Skip to content

Commit

Permalink
Remove path dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mgenware committed May 10, 2024
1 parent 0cc462c commit b9f7dc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions lib/src/fc_path_util.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'package:path/path.dart' as p;

Set<String> _ignoredFiles = {'.DS_Store', 'Thumbs.db'};
Set<String> _ignoredFolders = {'\$RECYCLE.BIN', 'System Volume Information'};

Expand Down
5 changes: 1 addition & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ repository: https://github.com/flutter-cavalry/fc_path_util
environment:
sdk: ">=2.19.5 <3.0.0"

dependencies:
path: ^1.8.2

dev_dependencies:
lints: ^2.0.0
lints: ^4.0.0
test: ^1.21.0

0 comments on commit b9f7dc2

Please sign in to comment.