A simple Flutter project. implementing the clean code architecture and TDD provided by ResoCode (a 7-hour course teaching how to organise your code to meet the best practice regarding the readability and flexability. fetching the data from openweathermap
- clean code Architecture inspired by ResoCode.
- SOLD Principles aiming to make the app more understandable, flexible and maintainable.
- TDD (test driven development) with the commonly applid structure of setup, execution, validation, and cleanup. which makes the software more testable and maintainable .
- RESTful Api.
- Bloc as a State managment solution.