ListView Builder App
The objective is to create a simple app using Dart/Flutter, for make a REST API integration with Flutter, using free JSON API:
https://jsonplaceholder.typicode.com/
https://jsonplaceholder.typicode.com/todos
On that project im using the dependencies:
dio: ^4.0.1 for http
mockito: ^5.0.16 for tests