About 116,000 results
Open links in new tab
  1. What is the best way to implement a bottom navigation bar in …

    Mar 13, 2023 · I am working on a Flutter app and would like to implement a bottom navigation bar that is persistent across multiple screens. However, I want to customize the icons in the …

  2. flutter - Applying Border Radius to the BottomNavigationBar

    Mar 19, 2022 · 1 You can use a package animated_bottom_navigation_bar: ^0.3.2 they have various amount of navigation bars and have a rounded corner one that you need. I hope this will …

  3. Need a persistent/same Bottom Navigation Bar for all screens

    Oct 11, 2020 · Ability to push new screens with or without bottom navigation bar. 20 styles for the bottom navigation bar. Includes functions for pushing screen with or without the bottom …

  4. I want to navigate with bottom navigation bar - Stack Overflow

    Jan 5, 2022 · I have flutter app and in my app I have to show bottom navigatiobar for every page I am confuse that should I can navigate with with bottom navigation bar or I have to add bottom …

  5. How to set border radius to bottom app bar in a flutter app?

    Jun 13, 2019 · I want to set the borderRadius to an Bottom Navigation App Bar as its shown in the image. I have tried to put Bottom Navigation App Bar to a ClipRRect borderRadius and in a …

  6. How do i navigate to new pages using my bottom-navigation-bar?

    Dec 14, 2021 · I want to navigate to new pages using the bottom navigation bar. What are the possible ways to navigate to new pages using the bottom navigation bar with the code i have …

  7. Flutter/Dart: Customize Bottom Navigation Bar height

    Dec 13, 2018 · Is there a way to customize BottomNavigationBar's height? I currently have a BottomNavigationBar with tabs to taps/swipe navigate, however the default height (even after …

  8. Flutter: Keep BottomNavigationBar When Push to New Screen …

    Apr 3, 2018 · The problem is not in Flutter but in UX just like Rémi Rousselet has mentioned. It turned out Material Design doesn't recommend sub-pages in the hierarchy to access the …

  9. flutter - How to use BottomNavigationBar with Navigator ... - Stack ...

    Jul 21, 2017 · The Flutter Gallery example of BottomNavigationBar uses a Stack of FadeTransitions in the body of the Scaffold. I feel it would be cleaner (and easier to animate) if …

  10. How do i change the label's color in a BottomNavigationBarItem in …

    Dec 4, 2021 · I'm putting some bottom navigation bar items in my app's menu and I want them to have some labels. I put the labels but I don't really know how to change their base color. Like I …