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

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

  • Animation Packages

    flutter_animate Flutter Animate is a library that makes it simple to add almost any kind of animated effect in Flutter. The library comes with a variety of pre-built effects, like fade, scale, slide, blur, shake, shimmer, and color effects (saturation and tint), that can be easily added to your app. In addition, Flutter Animate simplifies…

  • Printer Packages

    blue_thermal_printer This Flutter plugin for connecting to a thermal printer via bluetooth is still in its early stages of development, but it’s already available. bluetooth_thermal_printer The library supports both 58mm and 80mm Bluetooth printers. It uses a Bluetooth printer (Android Only). It works with both 58mm and 80mm Bluetooth printers. This library does not require…

  • Packages for HTTP Request

    http An open-source, Future-based HTTP API that is composable and multi-platform. This bundle has a collection of high-level functions and types that make it simple to access HTTP resources. It’s cross-platform, with support for mobile, desktop, and the browser. dio A robust Dart HTTP client with Interceptors, global configuration, FormData, Request Cancellation, File downloading, and…

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