Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [bottom-navigation-bar]

The tag has no usage guidance.

bottom-navigation-bar
0 votes
0 answers
58 views

How to show/hide bottom navigation in Compose?

I have a code which calculates if bottom navigation bar should be visible, but once I got to specific screen the navigation resets to first home tab. I guess recomoposition occurs for whole Scaffold, ...
BorkoC's user avatar
  • 26
0 votes
1 answer
38 views

Flutter bottom navigation bar items overflowing individually

My flutter bottomNavigationBar items are overflowing from bottom. The error message is shown for every item individually. Although the items are aligned perfectly. I want to keep the same styling of ...
Bahadur Khan's user avatar
0 votes
0 answers
76 views

how to create a BottomNavigationBar with a curved notch in flutter

I'm trying to create a curved notch in my bottomNavBar like the following image: Desired Shape I've tried to use the CircularNotchedRectangle shape but i didn't get the same shape, i tried to use a ...
zeiad mohammed's user avatar
1 vote
0 answers
62 views

How to have a BottomNavigationBar show on more than just the main screens, but not all screens?

Currently it only shows on main screens. I can only get it working on either ALL screens or only main screens... I need to be able to choose which screens to show the BottomNavigationBar on. I now ...
MarcoL's user avatar
  • 11
1 vote
1 answer
103 views

Android Navigation Bar Item is clipped by Navigation Bar

I'm using a bottom navigation bar with 5 items and I want that 3' icon in the middle is drawn over the top of the bottom navigation bar. This is how my code looks like @Composable private fun ...
dudi's user avatar
  • 5,634
0 votes
0 answers
12 views

why when i navigate from profile screen to login screen, the app navigate to home screen

i build an compose application and i want to logout and navigate to login screen but app navigate to home screen, i use bottom navigation bar and nested navigation. this is the button that will logout:...
Mohamed Eid 's user avatar
0 votes
0 answers
47 views

I am getting an error bottom navigation bar Widget in flutter

I am having this error: ═════�� Exception caught by widgets library ═══════════════════════════════════ 'package:flutter/src/widgets/framework.dart': Failed assertion: line 6750 pos 12: 'child == ...
Hloo's user avatar
  • 1
0 votes
0 answers
21 views

React native active tab background color not working

Tab image As you can see in the above image my active tab background color is not light pink but i am not able to change it. Things i have tried tabBarActiveBackgroundColor ...
Anand Kumar's user avatar
0 votes
2 answers
97 views

How to make a Navigator with the same destination as BottomNavigationBar?

I want to add a button to 'src/screens/home.dart' that has the same transition as the BottomNavigationBar in 'src/app.dart'. Of course, keeping the AppBar and BottomNavigationBar. In my code, if I ...
beginner T's user avatar
0 votes
0 answers
43 views

Change the bottom navigation index without opening screen on button press

I have a persistent bottom navigation bar with five tabs. On the index 2 screen, there are three tabs, with the last one being "Cart". all my screens, there's a floating cart details widget ...
Abdirashid kherye's user avatar
1 vote
1 answer
182 views

How to create a Custom BottomNavigationAppBar in jetpack compose?

I am trying to create a custom Bottomnavigationbar (see image). I have created a normal bottomappbar but I have encountered 2 problems: I can't seem to get the bell curve the correct symmetry, as ...
Josef M's user avatar
  • 384
-1 votes
1 answer
137 views

how to make curved from the top Flutter bottom navigation bar

I want to make this curved bottom nav bar in Flutter but what I'm getting is this I'm using ClipRRect to do it but it's not what I need, and here is my code bottomNavigationBar: Container( ...
Husamuldeen Abdlrahman's user avatar
0 votes
0 answers
76 views

flutter nested navigation with BottomNavigationBar

I ran into the problem that if there is another page in the stack under the HomeScreen page, then when I go back (swipe on ios) from the nested page, I am transferred to the HS page, and not to the ...
Destro Shark's user avatar
1 vote
3 answers
55 views

Bottom navigation bar item in flutter not changing color

does anybody know why my Bottom navigation bar item isn't changing color when selected or deselected. It is Navigating to the correct screen, but the home item is always blue for some reason. Any help ...
The Synergist's user avatar
2 votes
0 answers
155 views

How to make a curved shape with animation for bottom navigation bar on Jetpack Compose?

How to create bottom navigation bar shape like this on Jetpack Compose?
Danil's user avatar
  • 41

15 30 50 per page
1
2 3 4 5
8