NoteApp-Clean-Architecture
NoteApp-Clean-Architecture copied to clipboard
NoteApp with Domain-Driven Clean Architecture with FlutterBloc + Freezed + Hive
https://dart-lang.github.io/linter/lints/avoid_catches_without_on_clauses.html https://dart-lang.github.io/linter/lints/avoid_catching_errors.html ```dart void main() { try { throw OutOfMemoryError(); } catch (e) { print(e); } print('everything is fine'); } ```
## Beep boop. Your images are optimized! Your image file size has been reduced by **41%** 🎉 Details | File | Before | After | Percent reduction | |:--|:--|:--|:--| |...