Home¶

Flet-Easy is a user-friendly add-on package for Flet, offering a cleaner code structure with numerous customizable features like routers, decorators, route protection and more.
Changelog¶
New features
v0.1.0¶
- Easy to use (hence the name).
- Facilitates
flet
event handling. - Simple page routing (There are three ways) for whichever one suits you best.
[See more]
- App construction with numerous pages and custom flet configurations for desktop, mobile and web sites.
- Provides a better construction of your code, which can be scalable and easy to read (it adapts to your preferences, there are no limitations).
- Dynamic routing, customization in the routes for greater accuracy in sending data.
[See more]
- Routing protection
[See more]
- Custom Page 404
[See more]
- Asynchronous support.
- Working with other applications.
[See more]
- Easy integration of
on_keyboard_event
in each of the pages.[See more]
- Use the percentage of the page width and height of the page with
on_resize
.[See more]
ResponsiveControlsy
control to make the app responsive, useful for desktop applications.[See more]
- Soporta Application Packaging para su distribuciĆ³n.
[See more]
v0.1.1¶
- Small improvements in the code.
- Parameter
proctect_route
changed toprotected_route
ofpage
decorator[See more]
- Added functionality to share data between pages in a more controlled way [
See more
]
v0.1.3¶
- Flet installation is required to use Flet-Easy.
[See more]
- Fixed error when running the application with
flet v0.21
- Fixed packing when compiling an apk