python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
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
Votes: 0
Answers: 1
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 mod...
HavanaSun
Votes: 0
Answers: 2
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 f...
sandeep rana
Votes: 0
Answers: 1
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...
The_Long_Distance_Runner
Votes: 0
Answers: 2