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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
13
likes
130
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.16 - 2025.03.31

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.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on number_ticker