Update main.dart
This commit is contained in:
parent
ca10401bee
commit
30329ea3ba
@ -159,7 +159,7 @@ final FirebaseMessaging _firebaseMessaging = FirebaseMessaging();
|
||||
FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin();
|
||||
const String appName = "HA Client";
|
||||
const appVersionNumber = "1.0.0";
|
||||
const appVersionAdd = "";
|
||||
const appVersionAdd = "beta";
|
||||
const appVersion = "$appVersionNumber$appVersionAdd";
|
||||
|
||||
Future<void> _reportError(dynamic error, dynamic stackTrace) async {
|
||||
|
Reference in New Issue
Block a user