Seeking Feedback on Implementation of Custom Navigation Bar using "flet" Module #1769
Unanswered
Lucifer516-sudo
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Why use |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hello everyone,
I hope you're all doing well. I'm relatively new to programming and have been exploring the "flet" module, which is a GUI framework for Python based on the Flutter framework. I've been working on creating a custom navigation bar using this module and wanted to get some feedback on my implementation.
I've created a class called
NavBar
that inherits from theft.NavigationBar
class in the "flet" module. The purpose of this class is to manage navigation destinations and corresponding views for the navigation bar. When the user navigates, the visibility of views is adjusted using theon_changing_navigation_page
method.Here's a snippet of the code I've written:
Code sample
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions