This commit is contained in:
Yegor Vialov
2020-05-22 16:01:16 +00:00
parent 1ed56ce8f1
commit 701e6a46df
4 changed files with 3 additions and 16 deletions

View File

@ -163,7 +163,7 @@ const String appName = 'HA Client';
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';
const whatsNewUrl = 'http://ha-client.app/service/whats_new_1.1.0.md';
Future<void> _reportError(dynamic error, dynamic stackTrace) async {
// Print the exception to the console.