animated_number_flow 0.1.0 copy "animated_number_flow: ^0.1.0" to clipboard
animated_number_flow: ^0.1.0 copied to clipboard

A per-digit animated number ticker for Flutter. Only the digits that change roll, up for increases and down for decreases, with locale-free formatting.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add animated_number_flow

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

dependencies:
  animated_number_flow: ^0.1.0

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:animated_number_flow/animated_number_flow.dart';
0
likes
160
points
109
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A per-digit animated number ticker for Flutter. Only the digits that change roll, up for increases and down for decreases, with locale-free formatting.

Repository (GitHub)
View/report issues

Topics

#animation #counter #ticker #number #odometer

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on animated_number_flow