Update The Bloc Architecture authored by Spencer Hooper's avatar Spencer Hooper
...@@ -3,8 +3,11 @@ ...@@ -3,8 +3,11 @@
- [[What is Mockito]] - [[What is Mockito]]
- [What is Freezed](What-is-Freezed%3F) - [What is Freezed](What-is-Freezed%3F)
# Overview
* [Flutter and Bloc Interations](Flutter and Bloc Interactions Overview)
* This will give you an idea of the flow of information between the Restful Server and the App, how Bloc populates data onto the screen, etc.
# Bloc # Bloc
* [How Flutter Interacts with Bloc](How Flutter Interacts with Bloc)
* [[Blocs]] * [[Blocs]]
* [[Events]] * [[Events]]
* [[States]] * [[States]]
... ...
......