A simple ToDo app built in Flutter. It uses objectbox as local database and flutter_bloc for state management.
First install the Flutter SDK. Then just execute flutter pub get
to install dependencies, after that you can run the app with flutter run
!