- Fix error when using login() method in async function (#34)
- Fix and improve error message in fs.decode (async) (#35)
- Support for
Flet>=0.25.*
. - Switching to
uv
as package manager. - New methods to initialize and obtain by the application. (#33) [Docs]
- Update of the tests code for flet 0.25.*
- Fix error in non-dynamic routing. (#30) [Docs]
- Add page without creating an instance of
AddPagesy
class. (#31)
-
⚡The speed of the router is improved to more than twice as fast. (#20)
-
Ruff configuration update (>=0.4.4) (#22)
-
Bug fixes found in previous changes.
New method added in Datasy (data) [Doc]
history_routes
: Get the history of the routes.go_back
: Method to go back to the previous route.
- Now
page.go()
anddata.go()
work similarly to go to a page (View), the only difference is thatdata.go()
checks for url redirects when usingdata.redirect()
. - The 'clear' parameter of
Pagesy
and thepage
decorator is deprecated, it will be removed in future versions.
- Fix sensitivity in url with capital letters (#15)
- Fix 'back' button in dashboard page app bar not working (#18)
- Fix error caused by
Timeout waiting invokeMethod
(#19)
- Fix page loading twice (#14)
-
Optimize code for flet >0.21 (#4)
-
Fix async.
-
Add
JWT
support for authentication sessions in the data parameter (#6) Docs -
Add a
Cli
to create a project structure based on the MVC design pattern (#7) Docs -
Add more simplified Ref control (commit)
-
Enhanced Documentation (commit)
-
Ruff Integration (commit)
Changes in the api:
-
The
async
methods have been removed, as they are not necessary. -
Change
update_login
method tologin
of Datasy. (Docs) -
Change
logaut
method tologout
of Datasy. (Docs) -
Changed function parameter decorated on
login
|(page:ft.Page -> data:fs:Datasy)
(Docs) -
Changed function parameter decorated on
config_event_handler
|(page:ft.Page -> data:fs:Datasy)
(Docs)
- Flet installation is required to use Flet-Easy.
- Fixed error when running the application with flet 0.21 (#3).
- Fixed packing when compiling an apk (#2).
- Small improvements in the code and documentation.
- Parameter
proctect_route
changed toprotected_route
ofpage
decorator (Docs) - Added functionality to share data between pages in a more controlled way (Docs)
- Added a more ordered documentation (Docs)
Initial commit