python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to open a fragment from another fragment using the Android Navigation Drawer?
I have anAndroid navigation drawer with a menu that tapping on items open fragments. Good so far.
Some of those fragments need to open a new one for more details. I do that using this code from the fi...
Ton
Votes: 0
Answers: 3
How to navigate back to activity from navigation drawer tabs?
I have a navigation drawer with 3 main tabs https://i.stack.imgur.com/SIjdx.jpg. In each of these tabs i.e. settings and the rest, I have implemented a top back button that returns to
the home activit...
Richard Wilson
Votes: 0
Answers: 2
Shrink Sidemenu package - Navigate to new screen
I'm using the (Shrink Sidemenu) from pub.dev
The package is great but I don't understand how exactly we can navigate to a new screen.
The docs never say how to.
The below code is taken from the EXAMPL...
Jaser
Votes: 0
Answers: 1
The onTapped of my Drawer tiles gets executed when i click my drawer menu button
So I made a custom app drawer for my flutter app. but now when I click my open drawer menu button, The first else statement of my widget tree gets executed. I am relatively new to flutter. Does anyone...

Vignesh Jagannadhan
Votes: 0
Answers: 1