app version and whats new

This commit is contained in:
Yegor Vialov
2020-05-06 18:19:41 +00:00
parent 02ea45469f
commit b86602bcdb
4 changed files with 10 additions and 8 deletions

View File

@ -4,6 +4,7 @@ import 'dart:io';
Future<void> main() async {
final config = {
'syncfusion_license_key': Platform.environment['SYNCFUSION_LICENSE_KEY'],
'version_type': Platform.environment['HA_CLIENT_VERSION_TYPE']
};
final filename = 'lib/.secrets.dart';