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.8.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.8.5.tar.gz (8.2 kB view details)

Uploaded Source

File details

Details for the file flet_navigator-2.8.5.tar.gz.

File metadata

  • Download URL: flet_navigator-2.8.5.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.9

File hashes

Hashes for flet_navigator-2.8.5.tar.gz
Algorithm Hash digest
SHA256 1d0d775d01b41a23bbc908be5547c8207e771c6efbce85eb2f2a491c7a97e480
MD5 d43a378c6fe988cb341df4969eeb0e3c
BLAKE2b-256 9c04e66f09f78cd08d8511e01d99fcb663d784b1cda9f067fdc68db472542ff5

See more details on using hashes here.

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