Floating Action Button Packages

simple_speed_dial

A simple Flutter speed dial. You may add as many speed dial alternatives as you wish. Labels may be added beside the options. Every FAB’s color can be customized.

draggable_fab

The FAB wrapper widget may be dragged to any edge of the screen and is draggable.

curved_nav_bar

The left and right side of the lower bar offer a variety of features. You can utilize FAB as a middle tab, or do other things like open popups or cameras.

flutter_boom_menu

The plugin for Flutter is ideal for creating a Boom Menu with icons, title, sub title, dynamic FAB Icon, and hiding on scrolling.

fab_circular_menu

A Flutter package that creates a beautiful circular menu with a Floating Action Button.

animated_floating_buttons

You can make a foldable list of float buttons by using this package.

Similar Posts

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

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

  • Text Packages

    One of the benefits of using Flutter is its rich graphical system, which makes it easy for developers to make their app look great with very little effort. To help you get started, we’ve put together this roundup of some of our favorite packages and libraries for creating beautiful text layouts with Flutter! flutter_typeahead A…

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