sooxt98 / google_nav_bar

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

GButton onPressed doesn't do anything #57

Closed eva-cn closed 3 years ago

eva-cn commented 3 years ago

Hi, first of all I really like this widget, however I doesn't use it as a bottom navigation bar, but as an appbar, I have a problem for GButton the onPressed function doesn't do anything

sooxt98 commented 3 years ago

DId you wrap the GButton inside Gnav? If not u probably need to specify active param as well

eva-cn commented 3 years ago

Yes it is wrapped in Gnav.

sooxt98 commented 3 years ago

Oh i just found something, onPressed wont with Gnav for now, im working on a fix;

sooxt98 commented 3 years ago

google_nav_bar: ^5.0.5 Fixed

eva-cn commented 3 years ago

Thank you !