flutter-animated-counter
flutter-animated-counter copied to clipboard
Problem with 0.3.2
I got this error with 0.3.2: Error: Member not found: 'MediaQuery.textScalerOf' Compiled OK with 0.3.0
That's a new API in a newer Flutter version. Thanks for the report, I will try to find a way to support older Flutter versions.
@richard-lifegroup, I've just released v0.3.4. Please specify animated_flip_counter: ^0.3.3 in your pubspec.yaml and see if it works for you.