feat: category analytic

This commit is contained in:
efrilm
2025-08-17 23:11:31 +07:00
parent b3c72cbbc0
commit 577adb7964
8 changed files with 618 additions and 60 deletions
@@ -78,7 +78,7 @@ class AnalyticRemoteDataProvider {
}) async {
try {
final response = await _apiClient.get(
ApiPath.category,
ApiPath.categoryAnalytic,
params: {
'date_from': dateFrom.toServerDate,
'date_to': dateTo.toServerDate,