Closed r0hit-gupta closed 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.
key
GButton
Fixed in latest ver. https://github.com/sooxt98/google_nav_bar/commit/9ff7f8f4d72abcc0133dfe98e0b224e7ee57f26e
@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
Passing
key
property to theGButton
does nothing. The widget does not contain the passed key. This is required for performing tests using flutter driver.