This commit is contained in:
estevez-dev
2019-09-18 21:18:24 +03:00
parent dc62a08da3
commit 753df3c724
2 changed files with 2 additions and 2 deletions

View File

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