| @@ -134,7 +134,7 @@ EventBus eventBus = new EventBus(); | ||||
| final FirebaseMessaging _firebaseMessaging = FirebaseMessaging(); | ||||
| FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin(); | ||||
| const String appName = "HA Client"; | ||||
| const appVersionNumber = "0.6.7"; | ||||
| const appVersionNumber = "0.6.8"; | ||||
| const appVersionAdd = "alpha1"; | ||||
| const appVersion = "$appVersionNumber-$appVersionAdd"; | ||||
|  | ||||
|   | ||||
| @@ -87,7 +87,7 @@ class HAView { | ||||
|       } else { | ||||
|         return | ||||
|           Tab( | ||||
|               text: name.toUpperCase(), | ||||
|               text: "${name?.toUpperCase() ?? "UNNAMED VIEW"}", | ||||
|           ); | ||||
|       } | ||||
|     } else { | ||||
| @@ -101,7 +101,7 @@ class HAView { | ||||
|         ); | ||||
|       } else { | ||||
|         return Tab( | ||||
|             text: linkedEntity.displayName.toUpperCase(), | ||||
|             text: "${linkedEntity.displayName?.toUpperCase()}", | ||||
|         ); | ||||
|       } | ||||
|  | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| name: hass_client | ||||
| description: Home Assistant Android Client | ||||
|  | ||||
| version: 0.6.7+672 | ||||
| version: 0.6.8+680 | ||||
|  | ||||
| environment: | ||||
|   sdk: ">=2.0.0-dev.68.0 <3.0.0" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user