This commit is contained in:
estevez-dev
2019-09-05 15:43:13 +03:00
parent 243fcd7c49
commit 9160dbf7f2
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ EventBus eventBus = new EventBus();
final FirebaseMessaging _firebaseMessaging = FirebaseMessaging();
FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin();
const String appName = "HA Client";
const appVersion = "0.6.5-alpha2";
const appVersion = "0.6.5";
void main() async {
FlutterError.onError = (errorDetails) {