fysoul17 / flutter_speed_dial_material_design

Flutter plugin to implement a Material Design Speed Dial (https://material.io/components/buttons-floating-action-button/#types-of-transitions)
MIT License
31 stars 9 forks source link

Top-half of FAB appears above keyboard when FAB is notched in Bottom NavBar #2

Open davidmednikov opened 4 years ago

davidmednikov commented 4 years ago

I currently have the speed dial FAB notched into the center of my bottom nav bar and it looks great.

image

I noticed that when the keyboard is activated, the top-half of the FAB appears right above the keyboard, but there is no icon and tapping it doesn't do anything. It just blocks the widget that appears in the screen.

image