sooxt98 / google_nav_bar

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

Stack is missing overflow parameter in latest Flutter's master branch #25

Closed tsinis closed 4 years ago

tsinis commented 4 years ago

Hey @sooxt98

Thanks for awesome package. Just want to point you out that in latest Flutter's master brunch there is no "overflow" parameter (that you use in your nav bar), so you will have to migrate to make it work on most recent Flutter version. Here is migration guide from Google: https://docs.google.com/document/d/1gC5Di4ykTCqupD77PWpy9D8xXo0Ide5CnrH0zzVIhKo/edit#heading=h.qxzs91rbt759

Also attaching Issue from Flutter repo: https://github.com/flutter/flutter/issues/66030

Thanks in advance!

sooxt98 commented 4 years ago

Thanks for the find out @tsinis ! I think i would just simply remove the overflow param in the next update