Skip to content

d-wolf/flutter_notes_reactive

Repository files navigation

Reactive Notes App

Reactive MVVM based notes app using Bloc.

Build

  • run dart run build_runner build --delete-conflicting-outputs first to generate database code
  • call flutter run to run the application