Ahmad Azuddin
Ahmad Azuddin
> This is expected behaviour because TabBarView does not preserve the state of its children. It has nothing to do with that there is a SliverAppBar. > According to https://api.flutter.dev/flutter/widgets/PageStorageKey-class.html...
> Have you tried if that also happens if you don't use a NestedScrollView and place the tabs outside of the CustomScrollView? yes i tried and the tab bar working...
Any progress on a fix for this? @escamoteur Cheers
> I wish it was for android... here's snippet for android. https://github.com/rodgomesc/vision-camera-code-scanner/commit/f4430376396f1bbaead5dc7a1b352c45abf02864
also having this warning in android studio WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed at the end of 2018. For...