{"id":26959068,"url":"https://github.com/xzripper/flet_navigator","last_synced_at":"2025-04-03T04:34:34.082Z","repository":{"id":205528303,"uuid":"714462391","full_name":"xzripper/flet_navigator","owner":"xzripper","description":"⚡⚓ Minimalistic, fast, and effective navigation/routing library for Flet applications.","archived":false,"fork":false,"pushed_at":"2025-04-01T23:20:03.000Z","size":575,"stargazers_count":44,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T00:24:45.884Z","etag":null,"topics":["flet","flet-navigator","navigator","python3","router"],"latest_commit_sha":null,"homepage":"https://github.com/xzripper/flet_navigator","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xzripper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-04T23:08:16.000Z","updated_at":"2025-04-01T23:20:06.000Z","dependencies_parsed_at":"2023-11-10T18:25:08.575Z","dependency_job_id":"5dd51b36-8608-4ac2-8e01-27f61811322c","html_url":"https://github.com/xzripper/flet_navigator","commit_stats":null,"previous_names":["xzripper/flet_navigator"],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xzripper%2Fflet_navigator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xzripper%2Fflet_navigator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xzripper%2Fflet_navigator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xzripper%2Fflet_navigator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xzripper","download_url":"https://codeload.github.com/xzripper/flet_navigator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246733730,"owners_count":20825010,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flet","flet-navigator","navigator","python3","router"],"created_at":"2025-04-03T04:34:24.145Z","updated_at":"2025-04-03T04:34:34.075Z","avatar_url":"https://github.com/xzripper.png","language":"Python","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"\u003ch1 align=\"center\"\u003e\u003cb\u003e⚡ FletNavigator V3\u003c/b\u003e\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://img.shields.io/badge/V3.8.6-black?style=for-the-badge\u0026logo=flutter\u0026logoColor=white\" width=100\u003e\n\u003cimg src=\"https://img.shields.io/badge/Python%203.9%2B-black?style=for-the-badge\u0026logo=python\u0026logoColor=white\" width=150\u003e\n\u003cimg src=\"https://img.shields.io/badge/Awesome%20Flet-black?style=for-the-badge\u0026logo=styledcomponents\u0026logoColor=white\u0026logoSize=auto\" width=185\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cb\u003eFletNavigator is a module that revolutionizes navigation/routing in the Flet framework, combining uncombined speed, super-simplicity, and efficiency. FletNavigator supports cross-page templates, cross-page argument passing, URL parameters, 404 page customization, and other useful features, with only ~120 lines of code under the hood (no blank lines or docstrings). Install and try it yourself!\u003c/b\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://github.com/xzripper/flet_navigator/blob/main/mini.gif?raw=true\"\u003e\u003c/p\u003e\n\n\u003cb\u003e\n\n```python\nfrom flet import app, Text, FilledButton\n\nfrom flet_navigator import PublicFletNavigator, PageData, route\n\n\n@route('/')\ndef main(pg: PageData) -\u003e None:\n    pg.add(Text('Hello World!'))\n\n    pg.add(FilledButton('Navigate to the second page!', on_click=lambda _: pg.navigate('second')))\n\n@route\ndef second(pg: PageData) -\u003e None:\n    pg.add(Text('I am the second page!'))\n\n    pg.add(FilledButton('Return to the homepage!', on_click=lambda _: pg.navigate_homepage()))\n\napp(lambda page: PublicFletNavigator(page).render(page))\n```\n\u003c/b\u003e\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://github.com/xzripper/flet_navigator/blob/main/flet-navigator-docs.md\"\u003e\u003cb\u003eSee the documentation.\u003c/b\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003chr\u003e\u003cp align=\"center\"\u003e\u003cb\u003eFletNavigator V3.8.6\u003c/b\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxzripper%2Fflet_navigator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxzripper%2Fflet_navigator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxzripper%2Fflet_navigator/lists"}