Closed frank06 closed 1 month ago
Should be fail proof and tested, maybe in a separate Flutter test repo (along with performance testing there?).
Explore destroying local storage instead of clearing.
Following on main.data.dart is useless:
main.data.dart
ref.onDispose(() { for (final repository in _repoMap.values) { repository.dispose(); } });
Wait until https://github.com/flutterdata/flutter_data/issues/93 ?
Fixed in v2
Should be fail proof and tested, maybe in a separate Flutter test repo (along with performance testing there?).
Explore destroying local storage instead of clearing.