add app title

This commit is contained in:
2024-01-23 15:15:07 +06:30
parent dde24bb248
commit a91ee596cb
7 changed files with 16 additions and 170 deletions

View File

@@ -20,5 +20,5 @@ Future<void> main() async {
reportProjectID: "fcs-dev",
bucketName: "gs://fcs-dev1-us",
level: Level.ALL);
runApp(App());
runApp(App(title:"FCS - Dev"));
}