Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Aug 15, 2024
1 parent 57a458a commit 3c975be
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions packages/lw_file_system/lib/src/api/base/key.dart
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ class KeyDirectoryFileSystem extends KeyFileSystem {
return assets;
}

@override
Stream<RawFileSystemFile> listFiles() async* {
final directory = await fileSystem.getRootDirectory(
listLevel: allListLevel, readData: false);
Expand Down
2 changes: 0 additions & 2 deletions packages/lw_file_system/lib/src/api/file_system_html.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// ignore_for_file: avoid_web_libraries_in_flutter

import 'dart:async';
import 'dart:js_interop';

Expand Down
2 changes: 0 additions & 2 deletions packages/networker/networker_s5/lib/src/client.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// ignore_for_file: implementation_imports

import 'dart:async';
import 'dart:typed_data';

Expand Down

0 comments on commit 3c975be

Please sign in to comment.