NoteApp-Clean-Architecture icon indicating copy to clipboard operation
NoteApp-Clean-Architecture copied to clipboard

NoteApp with Domain-Driven Clean Architecture with FlutterBloc + Freezed + Hive

Results 2 NoteApp-Clean-Architecture issues
Sort by recently updated
recently updated
newest added

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 | |:--|:--|:--|:--| |...