Skip to content

AlejandroCisnero/Flutter-Bloc-Timer

Repository files navigation

Flutter Bloc Timer

A simple Flutter timer using bloc architecture as part of a set of tutorials in order to learn Bloc Architecture.

Key topics

  • Observe state changes with BlocObserver.
  • BlocProvider, Flutter widget which provides a bloc to its children.
  • BlocBuilder, Flutter widget that handles building the widget in response to new states.
  • Adding events with context.read.⚡
  • Prevent unnecessary rebuilds with Equatable.
  • Use the transformEvents method with Rx.

A brief glance

Flutter Bloc Timer Screenshot

About

A simple flutter timer using bloc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published