Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jogboms/iirc
- Owner: jogboms
- License: mit
- Created: 2022-06-21T06:15:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-13T13:59:32.000Z (about 1 year ago)
- Last Synced: 2024-08-01T12:20:08.883Z (3 months ago)
- Topics: analytics, crashlytics, dart, firebase-auth, firestore, flutter, flutter-apps, flutter-examples, flutter-web, pwa, riverpod
- Language: Dart
- Homepage: https://iirc.vercel.app
- Size: 3.72 MB
- Stars: 50
- Watchers: 2
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
---
## 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 instanceTo run in `mock` mode,
```bash
fvm flutter run --flavor mock --dart-define=env.mode=mock
```## UI Shots
## License
MIT License