count_number 0.3.71+1 count_number: ^0.3.71+1 copied to clipboard
Animates the counting process of a value based on a spring simulation. Starts an internal periodic timer that checks the state of the simulation.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add count_number
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
count_number: ^0.3.71+1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:count_number/count_number.dart';