Skip to content

A simple stopwatch application using Provider as the DI and the BLoC pattern for state management.

License

Notifications You must be signed in to change notification settings

amugofjava/provider-bloc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Stopwatch using Provider and the BLoC pattern.

A simple example of using Provider with the BLoC pattern.

This example uses the Provider package for DI and the BLoC pattern for state management. The BLoC in this example follows the rules stating that all input and output from a BLoC must be via streams and sinks: no functions are allowed. See this talk from Dart Conf 2018 for more details: https://www.youtube.com/watch?v=PLHln7wHgPE

About

A simple stopwatch application using Provider as the DI and the BLoC pattern for state management.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published