count_up_flutter 0.0.2 copy "count_up_flutter: ^0.0.2" to clipboard
count_up_flutter: ^0.0.2 copied to clipboard

An easy to use count up timer.

An easy to use Count Up Timer with full control play pause stop resume and more.

Features #

Show the Time asynchronously

Getting started #

Import the package and then use the ElapsedController to control the timer and use the ElapsedWidget to to show the UI For Details Check Github Repository.

Usage #

import 'package:count_up_flutter/count_up_flutter.dart';
ElapsedController elapsedCountUpController = ElapsedController(); 
//define controller in main 

//use this widget in your UserInterface
ElapsedTimer();
//you can control Elapsed Timer with  ElapsedController
elapsedCountUpController.pause
elapsedCountUpController.resume
elapsedCountUpController.start
//and much more

Additional information #

You can find example in my github repository

3
likes
0
pub points
57%
popularity

Publisher

unverified uploader

An easy to use count up timer.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on count_up_flutter