Replies: 1 comment 3 replies
-
I can't be of great help without the some better and complete code sample, so I advice you to simply inspire yourself from these examples: https://github.com/flet-dev/examples/tree/main/python/apps/routing-navigation |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hi guys and gals. I want to switch the View in my Flet application, but I'm having some problems implementing this function
I have written a function that will return an object of type "ft.View"
Then I specified
page.on_route_change
andpage.on_view_pop
in themain
function:Finally, when I tried to switch pages, my program reported the following error.
Beta Was this translation helpful? Give feedback.
All reactions