rIIh / expandable-bottom-bar

Expandable bottom app bar widget for Flutter SDK
MIT License
108 stars 27 forks source link

problem on change orientation #5

Closed pishguy closed 2 years ago

pishguy commented 5 years ago

http://s6.uplod.ir/i/00953/4fso99howgk2.jpg

http://s6.uplod.ir/i/00953/16ik446fbozc.jpg

Tyxz commented 5 years ago

Just a guess, but maybe the issue is with the position of your FAB? I think the notch of the bottom bar is based on the position of the FAB. Thus, this plugin does not handle it. You could try to define it in your Scaffold:

Scaffold(
  floatingActionButtonLocation: FloatingActionButtonLocation.centerDocked,
)