Keep Bottom Navigation Bar across Page Route [Flutter]

Keep Bottom Navigation Bar across Page Route [Flutter]

Kiibati

4 года назад

81,672 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Nirbhay Srivastava
Nirbhay Srivastava - 03.05.2023 10:36

but if I Navigate Screen without Context (Use final GlobalKey<NavigatorState> navigatorKey = new GlobalKey<NavigatorState>()) Not Working

Ответить
Almaha Alka
Almaha Alka - 11.02.2023 01:03

THHHHHHHHHHAAANNNKS <3

Ответить
Shubham Indalkar
Shubham Indalkar - 20.01.2023 14:43

Doesn't work anymore. Because it doesn't support null safety.

Ответить
Flutter Hero
Flutter Hero - 24.12.2022 11:19

Thanks bro for your video, I'm glad I found your video, it solved my problem.

Ответить
Tejas Gaikwad
Tejas Gaikwad - 17.12.2022 10:10

Never used background music this high, it just loosing the quality of your video. just a suggestion

Ответить
Deep Harman
Deep Harman - 28.11.2022 12:44

Exactly what I need, Thanks buddy. You saved my lot of time.

Ответить
Alok Singh
Alok Singh - 17.11.2022 20:25

I tried the third way and have a question regarding the same. How can I pop off all the pushed screen on my first screen while using the cupertino bottom bar!

Ответить
Yowanda Frisky A.
Yowanda Frisky A. - 14.11.2022 06:28

Good Article, thanks man :)

Ответить
Aloysius
Aloysius - 17.10.2022 21:38

Your video is so messy! And why did your code not show up errors constantly? I followed every step you did, but there are errors everywhere! For example, the code keep saying the parameter 'key', 'navigatorKey', 'tabItem' cannot have a value of null. How do i solve it????????????

Ответить
Kuberan B
Kuberan B - 26.09.2022 13:44

custom navigator plugin is not working because non-null safety in this plugin

Ответить
Nabil Izzat
Nabil Izzat - 21.09.2022 07:59

i tried the DIY method by following the codes step by step, but why did i encounter a lot of error. help me, im beginner

Ответить
Zeeshan Haider
Zeeshan Haider - 06.09.2022 06:55

I tried third solution but it is not working. The Cupertiono.

Ответить
ishmael ebiasah
ishmael ebiasah - 28.07.2022 01:03

project a lot because I've been working on other stuff (and being lazy lol). Also, I had been facing a recurring problem of content dropouts in

Ответить
Hafeez Rana
Hafeez Rana - 23.07.2022 17:00

thank you boss.. i was betraying for more than a day.. i got the solution from here

Ответить
Nour Salman
Nour Salman - 23.07.2022 15:30

An amazing video, thanks very much

Ответить
Mr Ripper
Mr Ripper - 23.06.2022 19:02

DIY method seems to disable any Hero animations. It needs some improvements. You can solve this by wrapping your nested navigator with a HeroControllerScope and adding this controller.... "controller: MaterialApp.createMaterialHeroController()," Anyhow, my question is as follows; Is there a way I can call the DIY bottom navigator again after setting rootNavigator as true (for Modal Bottom Sheet only to show over Nav bar)?... For example Selecting an option in the modal bottom sheet which navigates to a new route. How do I get the bottom Navigation bar back for this new route, but use root navigator (that is, without bottom navigator) for the bottom sheet only?

Ответить
El Hadj Babacar Cissé
El Hadj Babacar Cissé - 08.05.2022 22:48

Thank you so much bro, i was struggling with all kind of state handling to solve this issue and i found you video. Great explanation by the way!

Ответить
Shatha Aldosari
Shatha Aldosari - 08.05.2022 06:53

when i did that the following code stop working
Navigator.of(context).pop());
i need it to make the alert go when click cancel

Ответить
Your Fave Dev
Your Fave Dev - 19.04.2022 20:34

I would have really loved that first option, it's just so long, but it's a great video, thank you very much man

Ответить
Arvin Gabriel Trinidad
Arvin Gabriel Trinidad - 20.02.2022 10:20

has many downsides, especially on the app performance by rebuilding the screen and navigation bar everytime you switch between screens.

Ответить