About 236,000 results
Open links in new tab
  1. dart - Flutter menubar - Stack Overflow

    Jul 2, 2022 · I think that you would probably use an app bar and in the actions field you would create a drop down menu. Something on the lines of these: In the build method:

  2. Easiest way to add 3 dot pop up menu AppBar in Flutter

    Jan 30, 2020 · I want a 3 dot popup menu button in the app bar of my app It must be a clickable one [navigate to other widgets,pages] Please tell how to add a pop up menu button in a simpler way

  3. How to customize AppMenu (MenuBar) in flutter desktop?

    Jun 30, 2020 · I am new to flutter and am creating one application with it that is run on all platforms like iOS, Android, Desktop (macOS, Linux, Windows), and web also. Now, the client wants to customize …

  4. What is the best way to implement a bottom navigation bar in Flutter ...

    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 navigation bar and …

  5. Advanced and beautiful dropdown menu in Flutter

    Sep 1, 2023 · The example in the Flutter documentation is a bit complex because it shows a lot of possible configurations you can have on this type of menu, from listing the menu items with an enum …

  6. How to make top navigation bar in Flutter? - Stack Overflow

    Sep 14, 2022 · I'm developing a Discord bot with many fancy features, and want to make a web dashboard for users. First thing that came up in my mind was navigation bar (at top), to navigate …

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

    Jun 16, 2023 · I'm currently working on a Flutter project and need assistance with creating a custom-shaped bottom navigation bar. I want to achieve a unique visual design for the bottom navigation bar …

  8. How to implement a right navbar in flutter? - Stack Overflow

    Oct 6, 2017 · 2 If you are trying to show a right bar/menu or Drawer in your app, whether it is has a permanent view or a temporary one. I was able to achieve this by building my own custom widget …

  9. dart - Flutter - How to achieve a persistent side-bar with nested ...

    Apr 6, 2023 · 2 I am trying to achieve a persistent menu (side-bar) in flutter web. I can achieve that as long as all the pages in the app are directly listed as menu items. The problem is I cannot get the …

  10. Flutter - showing a PopupMenuButton in BottomNavigationBar

    Nov 16, 2018 · Here's an attempt that uses the showMenu directly and calling the function buttonMenuPosition to get the position for the menu. It's fairly fragile, but you can change the …