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.
(Tip:- If keyboard is hidden MediaQuery.of(context).viewInsets.bottom==0
)
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