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

  • Picture-in-Picture Packages

    A Picture-in-Picture (PIP) is a small, frame that floats out of the main video and stays on top of it. It can be used to display anything like: Knowing the different purposes behind PIP will help you understand which package suits your needs best. flutter_android_pip With the SDK 24 or above, you may integrate Picture-in-Picture…

  • Clipboard Packages

    A clipboard is one of the most important tools for a mobile phone user. A clipboard is a place where you can store information that you need quick access to or from. You can use those items to copy and paste them into a word processor, mail, chat program, or other function. clipboard This is…

  • Authentication Packages

    google_sign_in A Google Sign-In authentication system for signing in with a Google account on Android and iOS using the Flutter plugin. http_auth The library deploys a HTTP basic or digest authentication from Dart. firebase_auth The Flutter plugin for Firebase Auth enables Android and iOS authentication using passwords, phone numbers, and identity providers like Google, Facebook,…

  • Database and ORM Packages

    postgrest The PostgREST client for Dart is a framework developed by the creator of this library. This library offers an ORM interface to PostgREST. conduit A modern HTTP server application framework with OpenAPI 3.0 integration, ORM, and OAuth2 provider. REST, RPC, or GraphQL services are all possible with this foundation. sqfentity_gen The Flutter SDK provides…

  • 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…

  • Shared Preferences Packages

    shared_preferences The Flutter plugin for reading and writing simple key-value pairs wraps NSUserDefaults on iOS and SharedPreferences on Android. rx_shared_preferences Preference updates for the rxdart streaming service are communicated via Reactive Streams. The SharedPreference wrapper is reactive stream rxdart. A stream-based wrapper around shared preferences that allows for reactively stored key-value pairs. shared_preferences_dtx The shared…