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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cfe7169 Β· Oct 13, 2023
Oct 13, 2023
Mar 25, 2023
Oct 13, 2023
Aug 6, 2022
Mar 13, 2023
Dec 27, 2022
Oct 13, 2023
Aug 21, 2022
Oct 13, 2023
Mar 31, 2023
Mar 13, 2023
Mar 13, 2023
Aug 14, 2022
Mar 25, 2023
Oct 13, 2023
Dec 27, 2022
Mar 25, 2023
Oct 13, 2023
Oct 13, 2023

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