This commit is contained in:
2024-10-12 21:50:35 +06:30
76 changed files with 1919 additions and 862 deletions

View File

@@ -19,9 +19,9 @@ Future<void> main() async {
flavor: Flavor.PRODUCTION,
color: Colors.blue,
apiURL: "https://asia-northeast1-fcs-prod1.cloudfunctions.net/API13",
reportURL: "http://petrok.mokkon.com:8092",
reportProjectID: "fcs-prod",
bucketName: "gs://fcs-prod1",
// reportURL: "http://petrok.mokkon.com:8092",
// reportProjectID: "fcs-prod",
// bucketName: "gs://fcs-prod1",
level: Level.ALL);
runApp(App(title: "FCS"));
}