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

  • GDPR Packages

    GDPR is coming up, and you’re not sure what to do. The General Data Protection Regulation (GDPR) went into effect in 2018. This new regulation will have a major impact on how companies collect data from European Union citizens. It’s important that your company is compliant with this new law or risk heavy fines of…

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

  • Packages for Excel and Word

     These packages allow developers to create beautiful charts in Excel or add interactive features to Word documents like adding hyperlinks or creating tables. They are all free and open source so you can use them on your next project! excel This is a Flutter and Dart library for reading, creating, editing, and updating Excel sheets…

  • Rich Text Editors

    flutter_markdown This package is a Markdown editor for Flutter. From plain text data formatted with simple Markdown tags, you may produce rich text output including text styles, tables, links, and more. markdown markdown is a Dart library that can convert Markdown to HTML. zefyr Flutter’s clean, minimalistic, and collaboration-ready rich text editor. zefyrka This editor…

  • Date and Calendar Packages

    date_format The date_format is an easy-to use API that provides several constants for building your own Date format string. Use the `formatDate` method to create customised dates, and be sure they look good on any device! It provides various constants that you can use when building your Date string with the formatDate method, so it’s…

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