Presentation layer contains the UI in the form of Widgets and also the presentation logic ...

​Read More

The last remaining part of the data layer for which we currently have only a contract ...

​Read More

Storing data locally is a task which has to be done by almost every ...

​Read More

The next dependency of the Repository is the local Data Source used for caching data gotten ...

​Read More

Now that we have the Repository implementation in place, we're going to implement its dependencies, starting ...

​Read More

After the previous part, we now have all the contracts of the Repository's dependencies in place. ...

​Read More

Repository is the brain of the data layer of an app. It handles data from remote and local Data Sources, decides ...

​Read More

Users expect your apps to be easy and quick to use and they surely ...

​Read More