Update main.dart
This commit is contained in:
parent
fc9b6f05c0
commit
b5fbe7b86f
@ -160,7 +160,7 @@ FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLoc
|
|||||||
const String appName = "HA Client";
|
const String appName = "HA Client";
|
||||||
const appVersionNumber = "1.0.0";
|
const appVersionNumber = "1.0.0";
|
||||||
const appVersionAdd = "";
|
const appVersionAdd = "";
|
||||||
const appVersion = "$appVersionNumber${appVersionAdd}";
|
const appVersion = "$appVersionNumber$appVersionAdd";
|
||||||
|
|
||||||
Future<void> _reportError(dynamic error, dynamic stackTrace) async {
|
Future<void> _reportError(dynamic error, dynamic stackTrace) async {
|
||||||
// Print the exception to the console.
|
// Print the exception to the console.
|
||||||
|
Reference in New Issue
Block a user