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

A lightweight animated countdown widget + controller. State-management independent (ChangeNotifier based).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add animation_countdown

With Flutter:

 $ flutter pub add animation_countdown

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

dependencies:
  animation_countdown: ^0.1.0

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:animation_countdown/animation_countdown.dart';
5
likes
0
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight animated countdown widget + controller. State-management independent (ChangeNotifier based).

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on animation_countdown