Gil Nobrega
Gil Nobrega
Hey, I am not sure if this is intentional or not but leaving the default line ```yaml dev_extension: # optional, by default undefined, allows to specify command option to use...
After the if clause (shift >= 128) fails, it is ensured that shift is less than 128 when it goes through that part of the code, hence (128 > shift)...
It is not possible to gain Focus on the `bottomNavigationBar` of `AutoTabScaffold`. Here's what I mean in `auto_route`'s example app: https://user-images.githubusercontent.com/82336674/184321754-d22bc842-20c2-408c-a8b5-a1572fe7a7d0.mov This is not the expected behaviour. I replaced `AutoTabScaffold`...
An exception is raised by TabBar when its TabController gets replaced with another controller while it is animating between two tabs. This happens because the method `_handleScrollNotification` in `_TabBarViewState` tries...