sooxt98 / google_nav_bar

A modern google style nav bar for flutter.
MIT License
735 stars 114 forks source link

How to me Floating action Button center docked with this Bottom AppBar #86

Open wajahat414 opened 1 year ago

sooxt98 commented 1 year ago

you could use a stacked widget to make the fab stacked on top of your existing GNav, make sure you leave a empty/trasnsparent GButton at the middle of the GNav for fab spacing

wajahat414 commented 1 year ago

I tried , not working, can you show some sample code