Using a NavigationDrawer to navigate between different screens. #2476
CoutinhoElias
started this conversation in
General
Replies: 0 comments
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.
-
I'm learning flet and I'm currently having a question.
Firstly, I would like to clarify that I have no experience in programming but I was able to understand the code attached to this post.
I would like to find a way to switch screens using this attached code.
I wanted to create 3 screens, all of which must have a NavigationDrawer and an AppBar, so I tried to create classes of them, to reuse, I may have done something wrong. So I don't know how to perform this task.
Can you help me? If this is not a channel for questions, I apologize and help by indicating a forum on the subject.
` import flet as ft
`
Beta Was this translation helpful? Give feedback.
All reactions