This repository contains examples used in my articles below:
-
bloc
- An example of the BLoC pattern.
-
bloc2- Removed.
-
bloc3
- An example of the BLoC pattern powered by the provider package.
-
bloc4
- An example of the BLoC pattern with less complicated BLoC powered by the provider package.
-
bloc5
- A more practical example of the BLoC pattern with multiple blocs and the business logic separated from the blocs.
-
scoped
- An example of the Scoped Model pattern powered by the scoped_model package.
-
scoped2
- An example of the Scoped Model pattern powered by the provider package.
-
bloc6 (cubit)
- A cubit version of bloc5.