Skip to content

haziqhelmi/activity_finder

Repository files navigation

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.

About

An activity finder app implemented with the 'Bored API'

Resources

Stars

Watchers

Forks