This commit is contained in:
estevez-dev
2019-08-21 21:30:57 +03:00
parent 7f44800f64
commit bc237796b2
2 changed files with 2 additions and 2 deletions

View File

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