Questions tagged [bottom-navigation-bar]
86 questions
0
votes
0 answers
bottomNavigationBar with dynamic menu in Flutter
I try to bottomnavigatorbar with dynamic menu comes from Provider.
Its' work with error.
The following assertion was thrown building FutureBuilder(dirty,
state: _FutureBuilderState#dbbbc):
'package:flutter/src/material/bottom_navigation_bar.dart':…

GLSVR
- 1
- 3
0
votes
1 answer
Custom Bottom Navigation Bar Item (extract as widget)
How can I extract BottomNavigationBarItem in order to have a more readable code and reuse the item widget?
If I extract them in a Stateless Widget I get an error:
can't be assigned to the list type…

Krupupakku
- 53
- 1
- 7
0
votes
2 answers
How to arrange BottomNavigationItems in Compose?
How can I arrange the two inner BottomNav Items so that they are not so close to the "+" FAB?
I tried surrounding the forEach which displays the Items with a Row and use the Arrangement modifier like so:
Row(horizontalArrangement =…

HavanaSun
- 446
- 3
- 12
- 39
0
votes
1 answer
Flutter-GetX-Navigation: Null check operator error while loading initial screen
I am very new to Dart, and coding in general. I have produced this code after watching tutorials on YouTube. For the most part, I have been able to troubleshoot most of my problems on my own, here I feel I need some help. I wanted to add a…

sandeep rana
- 121
- 11
0
votes
2 answers
Bottom Navigation Bar Floating Button with action covering the whole screen - how to do this?
I have an Android application with Bottom Navigation Bar. In the Main Activity I have a floating button and when I press it, I would like to open a Fragment (or another activity?) that will cover the whole screen (the Bottom NavBar and other…

The_Long_Distance_Runner
- 495
- 6
- 17
0
votes
2 answers
How can i make the below image BottomNavigationBar in Flutter?
If anyone have any package or sample code then please help me to create BottomNavigationBar like this

MohammedAli
- 2,361
- 2
- 19
- 36
-1
votes
2 answers
'package:flutter/src/widgets/framework.dart': Failed assertion: line 4692 pos 14: 'owner!._debugCurrentBuildTarget == this': is not true
I am struggling to find a solution to this error -- 'package:flutter/src/widgets/framework.dart': Failed assertion: line 4692 pos 14: 'owner!._debugCurrentBuildTarget == this': is not true.
I am attempting to add a bottomNavigationBar to my app,…
-1
votes
1 answer
How to progressively hide the BottomNavigationBar component when the SlidingUpPanel component goes down?
Hope everyone is fine.
I would like to hide the BottomNavigationBar when the component SlidingUpPanel is going down.
https://pub.dev/packages/sliding_up_panel
Like the same behavior of the Airbnb application (2023)
For people who have experimented…

Mickael Roignant
- 11
- 3
-1
votes
1 answer
I am facing runtime error while running my flutter WebView project. why Dropdown menu is not selecting an item and Bottombar icons are not appearing
It's my WebView project. I am facing runtime error while running on emulator .Code is running smoothly but issue is that dropdown button is not selecting any item. Second issue is that icons of bottom Navigation Bar is not appearing excepted…

Ruqyya Khan
- 19
- 2
-1
votes
1 answer
how to increase size of icons in android studio bottom navigation layout
i am having a hard time increasing the size of the icons of my bottom nav bar in android studio. is there any way i can increase the size of [this]. because it's extremely small i had to zoom in every time i try to run it. thanks in advance!…

koocuddles
- 1
- 3
-1
votes
1 answer
Bottom Navigation Bar hides the screen - Flutter
I have created Bottom Navigation bar in flutter using the tutorial from https://medium.flutterdevs.com/custom-animated-bottomnavigation-bar-in-flutter-65293e231e4a
The problem is the bottom navigation hides the screen below it. Refer…

Azhagappan Kathiresan
- 41
- 1
- 7