You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: prepare for 0.2.1 (#48)
* fix(functions): stats contacts regression
* fix: measurement creation for new contacts
* fix: no decimals in lower android APIs
* refactor: homepage landscape mode
* chore: ui clean up
* fix: material color
* chore: update TASKS
* release: prepare for 1.0 (#49)
* chore: base template setup
* feat: initial proposal for rate limit template
* feat: first draft access denied template
* chore(models): account status
* chore: rework templates
* refactor(redux): account status
* refactor(home): with status templates
* feat: implement premium accounts
* feat: implement notice
* chore: update notice on move to premium
* feat: added common settings
* chore: code clean up
* chore: update TASKS
* release: pre 1.0.0 β¨
* chore(functions): default account data
* chore: code clean up
* chore: added get_version
* feat: had to bump to 1.0.1
* feat: ok, so no more 1.0.1
still on the road map to 1.0.0
* chore: update README
# TailorMade: Managing a Fashion designer's daily routine.
4
4
5
-
A Flutter experiment for managing a Fashion designer's daily routine. Logo, Design & Concept by Me.
5
+
TailorMade is what actually started out as an experiment with [Flutter](https://flutter.io/), [flutter_redux](https://github.com/brianegan/flutter_redux) 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.
6
6
7
-
> Android-only support
7
+
<div>
8
+
<ahref='https://play.google.com/store/apps/details?id=io.github.jogboms.tailormade'><imgalt='Get it on Google Play'src='./screenshots/google_play.png'height='40px'/></a>
9
+
</div>
8
10
9
11
## Tools
10
12
11
13
1. Firebase Auth
12
14
2. Firebase Cloud Firestore
13
15
3. Firebase Cloud Functions
14
16
4. Firebase Storage
15
-
5. RxDart
16
-
6. Redux
17
-
7. Redux Epics
17
+
5. Google SignIn
18
+
6. RxDart
19
+
7. Flutter Redux
20
+
8. Redux Epics
21
+
9. Image Picker
22
+
10. Photo View
23
+
11. Cached Network Image
24
+
12. Flutter SpinKit
25
+
13. Flutter Get Version
26
+
14. Flutter Masked Text
18
27
19
28
For a full description of OSS used, see pubspec.yaml
0 commit comments