herodotdigital / SnakeBottomNavigationBar

Apache License 2.0
207 stars 51 forks source link

Add support for spacing of docked floating action button #4

Open nekoto-kun opened 4 years ago

nekoto-kun commented 4 years ago

Hi, perhaps it would be nice to add some support to put SizedBox for spacing reserved for center-docked floating action button, like this one article: https://codewithandrea.com/articles/2018-09-13-bottom-bar-navigation-with-fab/ I'm trying to use your package to achieve such interface, but somehow I can't do the same trick. I'm struggling with the type of items parameter in SnakeNavigationBar which is restricted to List<BottomNavigationBarItem>.

Any suggestions or other tricks I can do with your package? Thanks before.