-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speed up the router #20
Labels
enhancement
New feature or request
Comments
Daxexs
added a commit
that referenced
this issue
Aug 7, 2024
Daxexs
added a commit
that referenced
this issue
Aug 7, 2024
Daxexs
added a commit
that referenced
this issue
Aug 20, 2024
Daxexs
added a commit
that referenced
this issue
Aug 29, 2024
Daxexs
added a commit
that referenced
this issue
Sep 10, 2024
Merged
Daxexs
added a commit
that referenced
this issue
Sep 12, 2024
* ⚡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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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()
.New method added in
Datasy
(data)history_routes
: Get the history of the routes.The text was updated successfully, but these errors were encountered: