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

@@ -6,6 +6,9 @@
/// Note: Repository Interfaces are now located in their respective Feature packages.
library;
// Core
export 'src/entities/core/services/api_service/api_response.dart';
// Users & Membership
export 'src/entities/users/user.dart';
export 'src/entities/users/staff.dart';