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
Comments are closed.