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

@@ -14,5 +14,5 @@ void main() {
reportProjectID: "fcs-prod",
bucketName: "gs://fcs-prod1",
level: Level.ALL);
runApp(App());
runApp(App(title:"FCS"));
}