Skip to content

Commit bb134d6

Browse files
clean up
1 parent 1eaf596 commit bb134d6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/src/utils/utils.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@
1414
/// limitations under the License. *
1515
///**************************************************************************/
1616
17-
import 'dart:io' show Directory, FileSystemException, Platform;
18-
import 'dart:io' show File;
17+
import 'dart:io' show Platform;
1918
import 'package:optimizely_flutter_sdk/src/user_context/optimizely_user_context.dart';
2019
import 'package:optimizely_flutter_sdk/src/utils/constants.dart';
2120
import 'package:optimizely_flutter_sdk/src/data_objects/log_level.dart';
22-
import 'package:package_info_plus/package_info_plus.dart';
23-
import 'package:yaml/yaml.dart';
2421

2522

2623

0 commit comments

Comments
 (0)