This commit is contained in:
estevez-dev
2019-08-27 20:06:18 +03:00
parent 8c0d1f90a3
commit 7beab9ae93
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ EventBus eventBus = new EventBus();
final FirebaseMessaging _firebaseMessaging = FirebaseMessaging();
FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin();
const String appName = "HA Client";
const appVersion = "0.6.3";
const appVersion = "0.6.4";
void main() {
FlutterError.onError = (errorDetails) {