rafalbednarczuk / curved_navigation_bar

Animated Curved Navigation Bar in Flutter
BSD 2-Clause "Simplified" License
694 stars 242 forks source link

Floating action button #85

Closed marcoberetta96 closed 4 years ago

marcoberetta96 commented 4 years ago

How can I put the green FloatingActionButton on the top of the CurvedNavigationBar? Using a SafeArea in which putting the Scaffold with the FloatingActionButton is not a solution because I need to see the body of the Scaffold through the transparent CurvedNavigationBar.

Screenshot from 2020-11-04 21-56-29

Thanks!

prafgup commented 4 years ago

@marcoberetta96 try this - https://stackoverflow.com/questions/53463461/how-to-set-custom-offset-to-floatingactionbuttonlocation-in-the-scaffold-in-f

marcoberetta96 commented 4 years ago

@prafgup it works thank you :)