We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f52f7c commit 4fabb23Copy full SHA for 4fabb23
example/pubspec.yaml
@@ -15,7 +15,7 @@ dependencies:
15
path: ../
16
17
dev_dependencies:
18
- flutter_lints: ^4.0.0
+ flutter_lints: ">=5.0.0 <6.0.0"
19
flutter_test:
20
sdk: flutter
21
lib/form_builder_file_picker.dart
@@ -1,4 +1,2 @@
1
-library form_builder_file_picker;
2
-
3
export 'src/form_builder_file_picker.dart';
4
export 'package:file_picker/file_picker.dart';
pubspec.yaml
@@ -30,6 +30,6 @@ platforms:
30
windows:
31
32
33
- flutter_lints: ">=4.0.0 <6.0.0"
34
35
0 commit comments