Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 5.65 KB

README.md

File metadata and controls

29 lines (21 loc) · 5.65 KB

Activity Finder

  • A take-home assessment provided by Hendshake.

Flutter Flutter_Riverpod Objectbox Path Provider Dio Flutter_Native Splash Flutter Launcher Icons


Getting Started

Objectbox (Generate Object Box Database)

A

  1. flutter clean
  2. flutter pub get

B

  1. flutter pub run build_runner build --delete-conflicting-outputs

To generate Objectbox database do: A then B

  • It will re-generate objectbox.g.dart, but due the the linter rules, it will throw some errors.
  • To resolve the issue, just add the ignore avoid_classes_with_static_members at the top of the file.