You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ⚡The speed of the router is improved to more than twice as fast. (#20)
* Ways to install Flet-Easy. (#25)
* Add `go_back` method. (#21)
* Ruff configuration update (>=0.4.4) (#22)
* Supporting the use of class to create a view. (#24)
* Bug fixes found in previous changes.
* Documentation improvements and updates. (#26)
**Changes in the api:**
New method added in Datasy (data) [[Doc](https://daxexs.github.io/flet-easy/0.2.4/how-to-use/#datasy-data/)]
* `history_routes` : Get the history of the routes.
* `go_back` : Method to go back to the previous route.
**🔎Note**
* Now `page.go()` and `data.go()` work similarly to go to a page (View), the only difference is that `data.go()` checks for url redirects when using `data.redirect()`.
* The 'clear' parameter of `Pagesy` and the `page` decorator is deprecated, it will be removed in future versions.
To do list
Install dependencies that must be used, avoiding what is unnecessary when building your app, allowing better control.
Ways to install
Install FletEasy Complete
Note
If you use the
fs
cli, it is important to havegit
installed.Installs all the dependencies to use, you can use all the functionalities provided by FletEasy
Install FletEasy clean
Note
Recommended for Flet Packaging Application.
Requires installation of Flet >= 0.21.
If you do not use:
Install FletEasy if you need to use Basic-JWT
The text was updated successfully, but these errors were encountered: