rocket_timer 0.0.1 copy "rocket_timer: ^0.0.1" to clipboard
rocket_timer: ^0.0.1 copied to clipboard

The rocket_timer package provides a RocketTimer class for implementing countdown or normal timers in Flutter applications, as well as a RocketTimerBuilder widget for building widgets that respond to c [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rocket_timer

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

dependencies:
  rocket_timer: ^0.0.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:rocket_timer/rocket_timer.dart';
2
likes
140
pub points
47%
popularity

Publisher

verified publisherbixat.dev

The rocket_timer package provides a RocketTimer class for implementing countdown or normal timers in Flutter applications, as well as a RocketTimerBuilder widget for building widgets that respond to changes in a RocketTimer object. It supports starting, pausing, stopping, resetting, and switching between countdown and normal modes, and is easy to use and customize.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on rocket_timer