alpceylan / flutter-countup

Basic counter widget for flutter.
MIT License
14 stars 23 forks source link

fix(state): create animation controller in initState() #1

Closed sommestad closed 4 years ago

sommestad commented 4 years ago

Creating the controller in build() caused strange issues when navigating back and forth between screens where Countup widget was included.

AhmedNourJamalElDin commented 4 years ago

Merge, please?

alpceylan commented 4 years ago

Sorry for the delay, i just merged.