Building a TabView with Flutter GetX
There is a Get version of SingleTickerProviderMixin that implements the TickerProvider intreface (using the same Ticker class from the Flutter SDK). It has a nice name: GetSingleTickerProviderStateMixin. (Updated on December 21, 2020: SingleGetTickerProviderMixin is deprecated in the latest GetX. Th...