add messaging

This commit is contained in:
Sai Naw Wun
2020-09-20 05:34:49 +06:30
parent cc56a18613
commit cb622b004b
38 changed files with 1931 additions and 180 deletions

View File

@@ -10,6 +10,8 @@ void main() {
flavor: Flavor.DEV,
color: Colors.blue,
apiURL: "https://asia-northeast1-fcs-dev1.cloudfunctions.net/API",
reportURL: "http://petrok.mokkon.com:8091",
reportProjectID: "fcs-dev",
level: Level.ALL);
runApp(App());
}