countdown_flutter 0.1.1 copy "countdown_flutter: ^0.1.1" to clipboard
countdown_flutter: ^0.1.1 copied to clipboard

outdated

A simple countdown plugin for flutter. Provides a simple way to create a countdown in your app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add countdown_flutter

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

dependencies:
  countdown_flutter: ^0.1.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:countdown_flutter/countdown_flutter.dart';
47
likes
40
pub points
78%
popularity

Publisher

unverified uploader

A simple countdown plugin for flutter. Provides a simple way to create a countdown in your app.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on countdown_flutter