not null
This commit is contained in:
parent
b86602bcdb
commit
ded60a2867
@ -4,7 +4,7 @@ import 'dart:io';
|
|||||||
Future<void> main() async {
|
Future<void> main() async {
|
||||||
final config = {
|
final config = {
|
||||||
'syncfusion_license_key': Platform.environment['SYNCFUSION_LICENSE_KEY'],
|
'syncfusion_license_key': Platform.environment['SYNCFUSION_LICENSE_KEY'],
|
||||||
'version_type': Platform.environment['HA_CLIENT_VERSION_TYPE']
|
'version_type': Platform.environment['HA_CLIENT_VERSION_TYPE'] ?? ''
|
||||||
};
|
};
|
||||||
|
|
||||||
final filename = 'lib/.secrets.dart';
|
final filename = 'lib/.secrets.dart';
|
||||||
|
Reference in New Issue
Block a user