fletrt

Simple routing for the Flet framework.


Keywords
flet, routing
License
Apache-2.0
Install
pip install fletrt==0.0.4

Documentation

FletRt


FletRt is a really simple routing solution for the Flet framework, developed mainly for personal use.

Flet is a Python framework for building cross-platform desktop applications with web technologies. FletRt allows you to create multiple views for your Flet app and navigate between them using routes.

Please note that this project is still incomplete and lacks many features available on Flet.

This project core is slightly based off CodingJQ's Routing in Flet with Python in 3 Min (Tutorial)

Installation


You can install FletRt by using the following command:

pip install fletrt

Usage


The "demo" folder contains a really simple implementation of this library