Yousef Almutairi
Yousef Almutairi
@derDeno Can you PR this so we can at least have the package maintained by the owner?
@sooxt98 Please reconsider this PR.
Exact issue i was looking for.
I control my tabs through router which allows me to change tabs from any widget I want. The problem with this package is I can't change the nav bar state...
@sooxt98 This package is beautifully designed but is limited when it comes to this. convex_bottom_bar has flutter favorite badge and it use global state. It doesn't make sense.
@sooxt98 That's their source code https://github.com/hacktons/convex_bottom_bar/blob/master/lib/src/bar.dart
@sooxt98 After I have read all your references and understand from where you're coming from. When I were saying "Global state" I was wrong. I haven't made any single Global...
@sooxt98 At the end of the day it's the user option to evaluate the case and decides to create global key or not. It's not in the package code so...
@sooxt98 We only made it possible to control the state from two methods: Using `GlobalKey` or through `findAncestorStateOfType`
Have you found any workaround?