A Flutter application, bult using clean architecture, that generates trivia about numbers using the numbers API.
This app is build using clean architecture, it consists of three layers, these layers are:
- The presenation layer: this layer contains all the different views of the application.
- The domain layer: this layer contains business logic such as abstract implementation of the repository, entities and use cases.
- The data layer: this layer is responsible for reading and parsing data from local or remote data sources and implementing the abstract repository implemented by the domain layer.
In Arabic