Update main.dart

This commit is contained in:
Yegor Vialov 2020-05-04 14:51:55 +03:00 committed by GitHub
parent fc9b6f05c0
commit b5fbe7b86f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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<void> _reportError(dynamic error, dynamic stackTrace) async {
// Print the exception to the console.