{"id":13550076,"url":"https://github.com/jogboms/iirc","last_synced_at":"2025-06-12T09:34:23.968Z","repository":{"id":40696411,"uuid":"505713960","full_name":"jogboms/iirc","owner":"jogboms","description":"🤔 IIRC (If I remember correctly): For keeping track of important recurring events.","archived":false,"fork":false,"pushed_at":"2023-10-13T13:59:32.000Z","size":3897,"stargazers_count":51,"open_issues_count":5,"forks_count":14,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T16:23:26.899Z","etag":null,"topics":["analytics","crashlytics","dart","firebase-auth","firestore","flutter","flutter-apps","flutter-examples","flutter-web","pwa","riverpod"],"latest_commit_sha":null,"homepage":"https://iirc.vercel.app","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jogboms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-06-21T06:15:00.000Z","updated_at":"2024-11-23T20:25:05.000Z","dependencies_parsed_at":"2024-03-16T22:58:14.231Z","dependency_job_id":"86eead31-b497-4b0e-b9ec-f884c15bf249","html_url":"https://github.com/jogboms/iirc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jogboms%2Fiirc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jogboms%2Fiirc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jogboms%2Fiirc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jogboms%2Fiirc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jogboms","download_url":"https://codeload.github.com/jogboms/iirc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250266018,"owners_count":21402215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analytics","crashlytics","dart","firebase-auth","firestore","flutter","flutter-apps","flutter-examples","flutter-web","pwa","riverpod"],"created_at":"2024-08-01T12:01:28.683Z","updated_at":"2025-04-22T15:25:36.801Z","avatar_url":"https://github.com/jogboms.png","language":"Dart","funding_links":[],"categories":["Dart"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eIf I Remember Correctly (IIRC)\u003c/h1\u003e\n  \u003cstrong\u003eFor keeping track of important recurring events.\u003c/strong\u003e\n  \u003cbr /\u003e\n  \u003csub\u003eBuilt with ❤︎ by \u003ca href=\"https://twitter.com/jogboms\"\u003ejogboms\u003c/a\u003e\u003c/sub\u003e\n  \u003cbr /\u003e\u003cbr /\u003e\n\n[![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)\n\n  \u003ca href='https://play.google.com/store/apps/details?id=io.github.jogboms.iirc'\u003e\u003cimg alt='Get it on Google Play' src='./screenshots/google_play.png' height='36px'/\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n---\n\n## Getting Started\n\nAfter cloning,\n\n### FVM setup\n\nInstall `fvm` if not already installed.\n\n```bash\ndart pub global activate fvm\n```\n\nInstall local `flutter` version.\n\n```bash\nfvm install\n```\n\n### Install, L10n \u0026 Riverpod code generation\n\n```bash\nfvm flutter pub get \nfvm flutter gen-l10n\nfvm flutter pub run build_runner build\n```\n\n## Running\n\nThere are three (3) available environments:\n- `mock`: Demo mode with non-persistent data\n- `dev`: Development mode connected to firebase dev instance\n- `prod`: Production mode connected to firebase production instance\n\nTo run in `mock` mode,\n\n```bash\nfvm flutter run --flavor mock --dart-define=env.mode=mock\n```\n\n## UI Shots\n\n\u003cdiv style=\"text-align: center\"\u003e\n  \u003ctable\u003e\n    \u003ctr\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/01_light.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/02_light.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/03_light.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/04_light.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/05_light.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/01_dark.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/02_dark.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/03_dark.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/04_dark.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/05_dark.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/table\u003e\n\u003c/div\u003e\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjogboms%2Fiirc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjogboms%2Fiirc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjogboms%2Fiirc/lists"}