number_ticker 0.0.2+1 copy "number_ticker: ^0.0.2+1" to clipboard
number_ticker: ^0.0.2+1 copied to clipboard

Number_ticker provides a simple number ticker for displaying a changing number. You can use it to display the number that updates in real time for better user experience.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add number_ticker

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

dependencies:
  number_ticker: ^0.0.2+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:number_ticker/number_ticker.dart';
13
likes
110
pub points
59%
popularity

Publisher

unverified uploader

Number_ticker provides a simple number ticker for displaying a changing number. You can use it to display the number that updates in real time for better user experience.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on number_ticker