An animated FAB menu with 2 FAB descendants

  Animation, Menu

2itemAnimatedFabMenu | In Progress.

An easy implementation of an 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 the user opens the keyboard hides the menu as the alignment values change upon keyboard opening.

If the keyboard is hidden MediaQuery.of(context).viewInsets.bottom==0

Download FAB menu source code on GitHub