Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jogboms/iirc

🤔 IIRC (If I remember correctly): For keeping track of important recurring events.
https://github.com/jogboms/iirc

analytics crashlytics dart firebase-auth firestore flutter flutter-apps flutter-examples flutter-web pwa riverpod

Last synced: 16 days ago
JSON representation

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

Awesome Lists containing this project

README

        


If I Remember Correctly (IIRC)


For keeping track of important recurring events.


Built with ❤︎ by jogboms


[![Format, Analyze and Test](https://github.com/jogboms/iirc/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/jogboms/iirc/actions/workflows/main.yml) [![codecov](https://codecov.io/gh/jogboms/iirc/branch/master/graph/badge.svg)](https://codecov.io/gh/jogboms/iirc)

Get it on Google Play

---

## Getting Started

After cloning,

### FVM setup

Install `fvm` if not already installed.

```bash
dart pub global activate fvm
```

Install local `flutter` version.

```bash
fvm install
```

### Install, L10n & Riverpod code generation

```bash
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,

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

## UI Shots






































## License

MIT License