About 132,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. 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 …

  3. flutter - How to make bottomNavigationBar notch transparent

    Dec 23, 2019 · I want to make the notch margin spacing (space between FAB's sides and bottom bar) like android material design explain in Inset FAB, It looks like a zoom background text in …

  4. 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 …

  5. 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 …

  6. Creating a custom-shaped bottom navigation bar in Flutter

    Jun 16, 2023 · To provide clarity, I have attached a screenshot of the desired custom-shaped bottom navigation bar: I would greatly appreciate any suggestions, guidance, or code samples …

  7. How to use floating bottom navigation bar in Flutter

    May 15, 2022 · How to use floating bottom navigation bar in Flutter Asked 3 years, 6 months ago Modified 1 year, 3 months ago Viewed 11k times

  8. 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 …

  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. Hide Bottom Navigation bar on Scroll in Flutter - Stack Overflow

    May 15, 2018 · I have a list of blog posts in the body and bottom navigation bar. I want to hide bottom navigation bar with a slide down animation when the posts list is scrolled down and …