flutter-puzzle-hack
flutter-puzzle-hack copied to clipboard
refactor: ⚒️ migrate to Riverpod
Status
⚠️ ⚠️ WORK IN PROGRESS ⚠️ ⚠️
Includes:
- [ ] Optimize folder structure and make it feature-based
- [ ] Migrate from
providertoriverpod - [ ] Add tests up to 100% coverage
- [ ] Refactor layout logic
- [ ] Bug fixes
- [ ] Add workflows for testing and linting
- [ ] Add issue & pull request templates
- [ ] Use
very_good_analysis
I think it is better to be add .autodispose modifiers to service,constant classes ex:
final storageServiceProvider = Provider.autoDispose<StorageService>(
(_) => HiveStorageService(),
);