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() {
apiURL: "http://192.168.1.155:7777",
bucketName: "gs://fcs-dev1-us",
level: Level.ALL);
runApp(App());
runApp(App(title: "FCS - Dev local",));
}