count_number 0.3.5 copy "count_number: ^0.3.5" to clipboard
count_number: ^0.3.5 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 Dart:

 $ dart pub add count_number

With Flutter:

 $ flutter pub add count_number

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  count_number: ^0.3.5

Alternatively, your editor might support dart pub get or 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';
2
likes
0
pub points
45%
popularity

Publisher

verified publishermichm.de

Animates the counting process of a value based on a spring simulation. Starts an internal periodic timer that checks the state of the simulation.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on count_number