From b5fbe7b86f28a578920a97e1a2fe487e4473ffa8 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Mon, 4 May 2020 14:51:55 +0300 Subject: [PATCH] Update main.dart --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 981b66f..fa3ee67 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -160,7 +160,7 @@ FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLoc const String appName = "HA Client"; const appVersionNumber = "1.0.0"; const appVersionAdd = ""; -const appVersion = "$appVersionNumber${appVersionAdd}"; +const appVersion = "$appVersionNumber$appVersionAdd"; Future _reportError(dynamic error, dynamic stackTrace) async { // Print the exception to the console.