Fix slider possition change from outside

This commit is contained in:
Yegor Vialov
2020-05-14 10:56:52 +00:00
parent 5683ab5158
commit 9b7f7aa380
4 changed files with 15 additions and 4 deletions

View File

@ -159,7 +159,7 @@ EventBus eventBus = new EventBus();
final FirebaseMessaging _firebaseMessaging = FirebaseMessaging();
FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin();
const String appName = 'HA Client';
const appVersionNumber = '1.0.1';
const appVersionNumber = '1.1.0';
final String appVersionAdd = secrets['version_type'] ?? '';
final String appVersion = '$appVersionNumber${appVersionAdd.isNotEmpty ? '-' : ''}$appVersionAdd';
const whatsNewUrl = 'http://ha-client.app/service/whats_new_1.0.1.md';