Skip to content

Commit a74b3f5

Browse files
committed
revert flutter_lints dependency to version 2.0.0
1 parent 2f91ec3 commit a74b3f5

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

src/serious_python/example/flask_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dev_dependencies:
5050
# activated in the `analysis_options.yaml` file located at the root of your
5151
# package. See that file for information about deactivating specific lint
5252
# rules and activating additional ones.
53-
flutter_lints: ^6.0.0
53+
flutter_lints: ^2.0.0
5454

5555
# For information on the generic Dart part of this file, see the
5656
# following page: https://dart.dev/tools/pub/pubspec

src/serious_python/example/flet_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dev_dependencies:
5555
# activated in the `analysis_options.yaml` file located at the root of your
5656
# package. See that file for information about deactivating specific lint
5757
# rules and activating additional ones.
58-
flutter_lints: ^6.0.0
58+
flutter_lints: ^2.0.0
5959
integration_test:
6060
sdk: flutter
6161

src/serious_python/example/run_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dev_dependencies:
5050
# activated in the `analysis_options.yaml` file located at the root of your
5151
# package. See that file for information about deactivating specific lint
5252
# rules and activating additional ones.
53-
flutter_lints: ^6.0.0
53+
flutter_lints: ^2.0.0
5454
integration_test:
5555
sdk: flutter
5656

src/serious_python/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ dev_dependencies:
5757
flutter_test:
5858
sdk: flutter
5959
plugin_platform_interface: ^2.1.6
60-
flutter_lints: ^6.0.0
60+
flutter_lints: ^2.0.0

src/serious_python_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
dev_dependencies:
2121
flutter_test:
2222
sdk: flutter
23-
flutter_lints: ^6.0.0
23+
flutter_lints: ^2.0.0
2424
ffigen: ^9.0.0
2525

2626
flutter:

src/serious_python_darwin/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
dev_dependencies:
2020
flutter_test:
2121
sdk: flutter
22-
flutter_lints: ^6.0.0
22+
flutter_lints: ^2.0.0
2323

2424
flutter:
2525
plugin:

src/serious_python_linux/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
dev_dependencies:
1919
flutter_test:
2020
sdk: flutter
21-
flutter_lints: ^6.0.0
21+
flutter_lints: ^2.0.0
2222

2323
flutter:
2424
plugin:

src/serious_python_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ dependencies:
1919
dev_dependencies:
2020
flutter_test:
2121
sdk: flutter
22-
flutter_lints: ^6.0.0
22+
flutter_lints: ^2.0.0

src/serious_python_windows/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
dev_dependencies:
1919
flutter_test:
2020
sdk: flutter
21-
flutter_lints: ^6.0.0
21+
flutter_lints: ^2.0.0
2222

2323
flutter:
2424
plugin:

0 commit comments

Comments
 (0)