runable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user