State management is needed by every app. No matter the size of your project, ...
- Home
- |
- Author: Matt Rešetár
State management is needed by every app. No matter the size of your project, ...
We have all of the individual pieces of the app architecture in place. Before ...
Handling poorly documented edge cases is tough. Using nulls to represent "no value" and ...
We started to implement the in the previous part and you learned the basics ...
The presentation logic holder we're going to use in the Number Trivia App is BLoC. We've already set ...
Presentation layer contains the UI in the form of Widgets and also the presentation logic ...
The last remaining part of the data layer for which we currently have only a contract ...
Storing data locally is a task which has to be done by almost every ...
The next dependency of the Repository is the local Data Source used for caching data gotten ...
Now that we have the Repository implementation in place, we're going to implement its dependencies, starting ...