/flutter_bloc_timer

A Flutter project that demonstrates how to use the `bloc` package to manage the state of a timer.

Primary LanguageDart

flutter_bloc_timer

A Flutter project that demonstrates how to use the bloc package to manage the state of a timer. The timer can be started, paused, and reset. The timer is implemented using a Timer object from the dart:async library.