Skip to main content

Navigator for Flet.

Project description

https://github.com/xzripper/flet_navigator/raw/main/example2.gif

FletNavigator & FletReStyle

Simple and fast navigator (router) for Flet (Python) that provides everything for comfortable and easy multi-page applications creation.

Click here for documentation.

Using Example:

from flet import app, Text

from flet_navigator import PageData, render, anon, route


@route('/')
def main_page(pg: PageData) -> None:
   pg.add(Text('Main Page!')) # or `pg.page.add`.

@route('second_page')
def second_page(pg: PageData) -> None:
   ... # Second page content.

app(anon(render, virtual=True))
https://raw.githubusercontent.com/xzripper/flet_navigator/main/example.gif

(Deprecated Example GIF).

Documentation & GitHub.


FletNavigator V2.7.5

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flet_navigator-2.7.5.tar.gz (7.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page