Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jogboms/tailor_made
✄ Managing a Fashion designer's daily routine.
https://github.com/jogboms/tailor_made
android dartlang fashion firebase firebase-auth firebase-cloud firebase-functions firebase-storage firestore flutter flutter-app flutter-apps flutter-examples inventory-app ios
Last synced: 23 days ago
JSON representation
✄ Managing a Fashion designer's daily routine.
- Host: GitHub
- URL: https://github.com/jogboms/tailor_made
- Owner: jogboms
- License: mit
- Created: 2018-04-09T11:31:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T23:19:12.000Z (about 1 year ago)
- Last Synced: 2024-10-04T03:53:09.954Z (about 1 month ago)
- Topics: android, dartlang, fashion, firebase, firebase-auth, firebase-cloud, firebase-functions, firebase-storage, firestore, flutter, flutter-app, flutter-apps, flutter-examples, inventory-app, ios
- Language: Dart
- Homepage:
- Size: 8.96 MB
- Stars: 327
- Watchers: 15
- Forks: 114
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - TailorMade
- open-source-flutter-apps - Tailor made - Managing a Fashion designer's daily routine by [Jeremiah Ogbomo](https://github.com/jogboms). (Uncategorized / Uncategorized)
README
TailorMade
Managing a Fashion designer's daily routine
Built with ❤︎ by jogboms
[![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)
---
TailorMade 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 & Concept by Me.
> For a full description of OSS used, see pubspec.yaml
## 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 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