Api repository steps
Api repository steps
Step File Name Det
1 app_api.dart Define th
API endpo
2 app_remote_data_source.dart Extend th
interface
include th
API.
3 app_remote_data_source_impl.dart Implemen
logic for t
API call.
4 app_repository.dart Extend th
repositor
interface
include th
API.
5 app_repository_impl.dart Implemen
repositor
delegate
call to th
source.
Step File Name Det
6 entity/request/new_api_request.dart Define th
model to
the data
the API.
7 entity/response/new_api_response.dart Define th
response
structure
received f
API.
8 Testing Implementation Use
AppReposi
in the UI
service la
test the n