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