add invitation

This commit is contained in:
Sai Naw Wun
2020-09-12 03:34:52 +06:30
parent 96a095e2e9
commit aa8a6765de
20 changed files with 526 additions and 197 deletions

View File

@@ -3,6 +3,7 @@ class User {
String name;
String phoneNumber;
bool hasSignup;
bool invited;
List<String> privileges = [];
String fcsID;