Skip to content
/ iirc Public

🤔 IIRC (If I remember correctly): For keeping track of important recurring events.

License

Notifications You must be signed in to change notification settings

jogboms/iirc

Repository files navigation

If I Remember Correctly (IIRC)

For keeping track of important recurring events.
Built with ❤︎ by jogboms

Format, Analyze and Test codecov

Get it on Google Play


Getting Started

After cloning,

FVM setup

Install fvm if not already installed.

dart pub global activate fvm

Install local flutter version.

fvm install

Install, L10n & Riverpod code generation

fvm flutter pub get 
fvm flutter gen-l10n
fvm flutter pub run build_runner build

Running

There are three (3) available environments:

  • mock: Demo mode with non-persistent data
  • dev: Development mode connected to firebase dev instance
  • prod: Production mode connected to firebase production instance

To run in mock mode,

fvm flutter run --flavor mock --dart-define=env.mode=mock

UI Shots

License

MIT License