Steven Spiel

Results 4 comments of Steven Spiel

@ahmednfwela do you have any thoughts on how this can be accomplished?

I kind of got it working by doing this: https://user-images.githubusercontent.com/77690617/128708558-e15d0c7e-e7e5-441d-8808-0d0e9171345f.mov ```dart class HomeController extends GetxController { final RxInt tabIndex = 0.obs; } class HomeView extends GetView { @override Widget build(BuildContext...

Do you see any glaring issues with this approach? Is this something worth baking into a `GetBottomTabView`?

The other issue I'm observing is that navigating to a new route on one tab will reset all other tabs back to their anchorRoutes