0 purchases
count up flutter
An easy to use Count Up Timer with full control play pause stop resume and more.
Features #
Show the Time asynchronously
Github Example Link
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
copied to clipboard
Additional information #
You can find example in my github repository
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.