sooxt98 / google_nav_bar

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

Key property for GButton is missing implementation #27

Closed r0hit-gupta closed 4 years ago

r0hit-gupta commented 4 years ago

Passing key property to the GButton does nothing. The widget does not contain the passed key. This is required for performing tests using flutter driver.

sooxt98 commented 4 years ago

Fixed in latest ver. https://github.com/sooxt98/google_nav_bar/commit/9ff7f8f4d72abcc0133dfe98e0b224e7ee57f26e

r0hit-gupta commented 4 years ago

@sooxt98 you missed passing the key in the map function. I have created a new PR for that. :) https://github.com/sooxt98/google_nav_bar/pull/28