Skip to content

Commit

Permalink
build: update lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Dec 21, 2024
1 parent 1f52f7c commit 4fabb23
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
path: ../

dev_dependencies:
flutter_lints: ^4.0.0
flutter_lints: ">=5.0.0 <6.0.0"
flutter_test:
sdk: flutter

Expand Down
2 changes: 0 additions & 2 deletions lib/form_builder_file_picker.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
library form_builder_file_picker;

export 'src/form_builder_file_picker.dart';
export 'package:file_picker/file_picker.dart';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ platforms:
windows:

dev_dependencies:
flutter_lints: ">=4.0.0 <6.0.0"
flutter_lints: ">=5.0.0 <6.0.0"
flutter_test:
sdk: flutter

0 comments on commit 4fabb23

Please sign in to comment.