Commit Graph

13 Commits

Author SHA1 Message Date
Developer
87cb8999ee Remove notification service and update project
- Remove flutter_local_notifications dependency from pubspec.yaml
- Delete notification_service.dart file
- Remove notification service references from app_service.dart and app_binding.dart
- Clean up related code and dependencies
2026-04-08 10:51:43 +08:00
Developer
c009b030ce fix: add ToastStyle enum and currentStyle property to ToastService 2026-04-08 01:51:02 +08:00
Developer
b9a39ed2f1 feat: add fluttertoast localization with HarmonyOS support and ToastService 2026-04-08 01:46:45 +08:00
Developer
efaff0c692 chore: update CHANGELOG for v0.7.0 with GetX and component updates 2026-04-08 01:41:23 +08:00
Developer
e255b5c650 refactor: update pages and widgets to use GetX and PageStandards 2026-04-08 01:39:03 +08:00
Developer
54bab00667 feat: add RouteGuard for authentication 2026-04-08 01:37:09 +08:00
Developer
c4f3b967f6 feat: add interactive widgets (Dialog, BottomSheet, Picker) with PageStandards 2026-04-08 01:36:19 +08:00
Developer
7693ab9e1e feat: add state widgets (EmptyState, ErrorState) with PageStandards 2026-04-08 01:35:07 +08:00
Developer
4a9d3a19a2 feat: add base widgets with PageStandards (Button, TextField, Card, ListTile) 2026-04-08 01:34:04 +08:00
Developer
53f9697805 feat: add ProfileController for user state management 2026-04-08 01:32:27 +08:00
Developer
8873456cea feat: add CartController for cart state management 2026-04-08 01:31:32 +08:00
Developer
d556aeb325 feat: add HomeController for state management 2026-04-08 01:30:31 +08:00
Developer
7364ca2bc0 feat: add base controllers for GetX state management 2026-04-08 01:29:42 +08:00