TailorMade is what actually started out as an experiment with Flutter and Firebase 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
After cloning,
Install fvm
if not already installed.
dart pub global activate fvm
Install local flutter
version.
fvm install
fvm flutter pub get
fvm flutter pub run build_runner build
There are three (3) available environments:
mock
: Demo mode with non-persistent datadev
: Development mode connected to firebase dev instanceprod
: Production mode connected to firebase production instance
To run in mock
mode,
fvm flutter run --flavor mock --dart-define=env.mode=mock
MIT License