This commit is contained in:
Phuoc Nguyen
2025-10-17 17:22:28 +07:00
parent 2125e85d40
commit 628c81ce13
86 changed files with 31339 additions and 1710 deletions

View File

@@ -80,7 +80,7 @@ You have access to these expert subagents - USE THEM PROACTIVELY:
## Flutter Best Practices
- Use Flutter 3.x features and Material 3 design
- Implement clean architecture with Riverpod for state management
- Use Hive for local database and offline-first functionality
- Use Hive for local database and offline functionality
- Follow proper dependency injection with Riverpod DI
- Implement proper error handling and user feedback
- Follow iOS and Android platform-specific design guidelines
@@ -1704,7 +1704,7 @@ class ProductsPage extends ConsumerWidget {
---
## Offline-First Strategy
## Offline Strategy
### Data Sync Flow
```dart
@@ -2164,7 +2164,7 @@ end
- [ ] Matches HTML reference design
- [ ] Follows clean architecture
- [ ] Proper error handling
- [ ] Offline-first approach
- [ ] Online-first approach
- [ ] Performance optimized
- [ ] Proper state management with Riverpod
- [ ] Hive models properly defined