feat : cashing data in local storage and send it

This commit is contained in:
2025-08-11 12:56:26 +03:30
parent 2669af7a92
commit aa1b9e899a
16 changed files with 635 additions and 32 deletions

View File

@@ -33,8 +33,8 @@ class LivestockRemoteDataSourceImp implements LivestockRemoteDataSource {
try {
Dio dio = Dio();
dio.interceptors.add(PrettyDioLogger(
requestBody: true,
responseBody: true,
requestBody: false,
responseBody: false,
requestHeader: true,
responseHeader: true,
error: true,