{"id":13694431,"url":"https://github.com/jogboms/tailor_made","last_synced_at":"2025-04-06T00:10:09.918Z","repository":{"id":51648374,"uuid":"128761685","full_name":"jogboms/tailor_made","owner":"jogboms","description":"✄ Managing a Fashion designer's daily routine.","archived":false,"fork":false,"pushed_at":"2023-08-15T23:19:12.000Z","size":9397,"stargazers_count":329,"open_issues_count":2,"forks_count":116,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-29T23:09:44.676Z","etag":null,"topics":["android","dartlang","fashion","firebase","firebase-auth","firebase-cloud","firebase-functions","firebase-storage","firestore","flutter","flutter-app","flutter-apps","flutter-examples","inventory-app","ios"],"latest_commit_sha":null,"homepage":"","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}},"created_at":"2018-04-09T11:31:40.000Z","updated_at":"2025-03-14T04:09:17.000Z","dependencies_parsed_at":"2024-01-05T21:05:12.982Z","dependency_job_id":null,"html_url":"https://github.com/jogboms/tailor_made","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jogboms%2Ftailor_made","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jogboms%2Ftailor_made/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jogboms%2Ftailor_made/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jogboms%2Ftailor_made/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jogboms","download_url":"https://codeload.github.com/jogboms/tailor_made/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247415972,"owners_count":20935387,"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":["android","dartlang","fashion","firebase","firebase-auth","firebase-cloud","firebase-functions","firebase-storage","firestore","flutter","flutter-app","flutter-apps","flutter-examples","inventory-app","ios"],"created_at":"2024-08-02T17:01:31.864Z","updated_at":"2025-04-06T00:10:09.891Z","avatar_url":"https://github.com/jogboms.png","language":"Dart","funding_links":[],"categories":["开源App","开源应用","Misc","Top [🔝](#readme)","Open Source Apps","Uncategorized"],"sub_categories":["Top","热门的","Flutter","Uncategorized"],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./assets/images/logo.png\" style=\"margin: auto;display: block;width: 22.5%\" /\u003e\n  \u003cbr /\u003e\n  \u003ch1\u003eTailorMade\u003c/h1\u003e\n  \u003cstrong\u003eManaging a Fashion designer's daily routine\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  \u003ca href='https://play.google.com/store/apps/details?id=io.github.jogboms.tailormade'\u003e\u003cimg alt='Get it on Google Play' src='./screenshots/google_play.png' height='36px'/\u003e\u003c/a\u003e\n  \u003cbr /\u003e\n\n[![Format, Analyze and Test](https://github.com/jogboms/tailor_made/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/jogboms/tailor_made/actions/workflows/main.yml) [![codecov](https://codecov.io/gh/jogboms/tailor_made/branch/master/graph/badge.svg)](https://codecov.io/gh/jogboms/tailor_made)\n\u003c/div\u003e\n\n---\n\nTailorMade is what actually started out as an experiment with [Flutter](https://flutter.io/) and [Firebase Cloud Functions](https://github.com/flutter/plugins/tree/master/packages/cloud_functions) but instead turned out to be a valuable tool for managing a Fashion designer's daily routine. It is clean, easy on the eyes and overall has a very smooth feel. It also handles offline use cases with Firebase Cloud. Logo, Design \u0026 Concept by Me.\n\n\u003e For a full description of OSS used, see pubspec.yaml\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 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/ss01.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/ss02.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/ss03.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/ss04.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/ss05.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/ss06.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/ss07.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/ss08.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/ss09.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/ss10.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/ss11.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/ss12.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/ss13.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/ss14.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/ss15.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/ss16.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/ss17.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/ss18.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/ss19.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/ss20.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/ss21.png\" width=\"200\" /\u003e\n      \u003c/td\u003e\n      \u003ctd style=\"text-align: center\"\u003e\n        \u003cimg src=\"./screenshots/ss22.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%2Ftailor_made","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjogboms%2Ftailor_made","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjogboms%2Ftailor_made/lists"}