feat: Implement ApiService with Dio for standardized API requests and responses using ApiResponse entity.

This commit is contained in:
Achintha Isuru
2026-02-25 10:05:41 -05:00
parent 12211e54e2
commit 71c1610c0e
5 changed files with 162 additions and 0 deletions

View File

@@ -21,3 +21,4 @@ dependencies:
flutter_bloc: ^8.1.0
equatable: ^2.0.8
flutter_modular: ^6.4.1
dio: ^5.9.1