Bottom Bar Packages

convex_bottom_bar

The ConvexAppBar is a Flutter package that creates and shows a convex tab in the bottom bar. Theming is supported.

persistent_bottom_nav_bar

For Flutter, a complete, highly configurable bottom navigation bar that is persistent/static and can be used for any application. It has up to 20 different styles.

salomon_bottom_bar

Another bottom navigation bar, but this one includes a few key features.

animated_bottom_navigation_bar

You may make use of the Builder for creating a custom bottom navigation bar widget that is animated. You can modify tab view however you want with AnimatedBottomNavigationBar.builder.

expandable_bottom_bar

Bottom app bar with expandable sheet is Animatable. Use this package if you want a cool expandable bottom bar!

bottom_bar_with_sheet

This package lets you build a floating button that builds the BottomSheet widget on every page.

bottom_navy_bar

There’s a huge difference between bounce and animation. The bottom navigation is attractive and lively. You may personalize it to fit your current theme.

flutter_snake_navigationbar

On change, the Flutter bottom navigation bar widget with snake animation appears.

google_nav_bar

The Google-inspired, modern navigation bar may be used as a bottom menu bar or tabbar, and the design follows cuberto UI/UX on dribbble precisely.

Similar Posts

  • Flutter Projects for Beginners

    If you’re just getting started with Flutter, you might be feeling a little overwhelmed. There are so many different things to learn, and it can be hard to know where to start. That’s why we’ve put together this list of 8 Flutter projects for beginners. These projects will help you get comfortable with the basics…

  • Text-to-Speech Packages

    Text-to-speech (TTS) is the process of using software to read aloud text that is displayed on a screen. Text-to-speech programs can convert text into speech, and do so in various ways depending on the user’s familiarity with the system. flutter_tts flutter_tts is a good Text to Speech Flutter plugin available on pub.dev platform. This plugin…

  • PDF Packages

    pdf This is a Dart PDF file creator. It can generate pdf files for both the web and Flutter. This library is made up of two parts: a low-level Pdf generation library that manages the creation of the PDF documents. A widgets system comparable to Flutter’s, for easier high-level Pdf production. TrueType fonts can be…

  • Introduction Screen Packages

    intro_slider The Flutter Intro Slider is a flutter plugin that helps you create a compelling opening for your app. flutter_intro A more efficient method for introducing new features and a step-by-step user guide for your Flutter project. introduction_screen The Flutter Onboarding/Introduction package for a flutter app with some customization possibilities animated_walkthrough An animated introduction and…

  • State Manager

    If you are new to Flutter and state management, I suggest using riverpod package. Provider and Riverpod are both good. provider InheritedWidget are snippets of code that allow you to reuse and easily add functionality to widgets. This package adds a wrapper around it so they’re easier to use and more reusable. Too often when…