[Question] What is the best approach for navigation in Flet with a large folder structure? #3978
Unanswered
tanmay-bhatgare
asked this question in
Q&A
Replies: 1 comment
-
I know it's too late, but try out flet_navigator |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I had planned to make a task manager app with
Flet
and customFastAPI
backend but I stuck on the perfect way for routing. The main problem is navigating backward with flet defaulton_view_pop
function it just don't trigger with current implementation for routing back arrow neither I get back arrow in myAppBar
. This is Repository I am working on. Currently routing depends on following files:utils/view_handler.py
./main.py
If anyone can help me solving this issue, I would be greatful.😄
Code sample
Error message
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions