Animated FAB menu with 2 FAB Descendants in Flutter

You are currently viewing Animated FAB menu with 2 FAB Descendants in Flutter
Animated Fab Menu

Animated FAB menu with 2 FAB Descendants in Flutter

An easy implementation of animated FAB menu with 2 FAB descendants using AnimatedAlign widget.

Usage

Case 1: Screens that do not require keyboard input

Works with code as it is.

Case 2: Screens with keyboard input

Wrapping the FABs with Visibility widget with visible:false when user opens keyboard hides the menu as the alignment values change upon keyboard opening.

See also  Boom Menu in Flutter

(Tip:- If keyboard is hidden MediaQuery.of(context).viewInsets.bottom==0)

Animated Fab Menu
Animated Fab Menu

Credit

This is developed by heshanka
Download this project from the below link.
https://github.com/heshanka/2itemAnimatedFabMenu/archive/refs/heads/main.zip
You can visit original source page from the below link:
https://github.com/heshanka/2itemAnimatedFabMenu

Spread the love

Leave a Reply