Skip to content

Commit 8286d7d

Browse files
committed
flutter_lints: ^5.0.0
1 parent e910e59 commit 8286d7d

File tree

125 files changed

+258
-359
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+258
-359
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"editor.suggest.snippetsPreventQuickSuggestions": false,
88
"editor.suggestSelection": "first",
99
"editor.tabCompletion": "onlySnippets",
10-
"editor.wordBasedSuggestions": false
10+
"editor.wordBasedSuggestions": "off"
1111
}
1212
}

packages/reactive_advanced_switch/example/pubspec.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A new Flutter project.
33

44
# The following line prevents the package from being accidentally published to
55
# pub.dev using `pub publish`. This is preferred for private packages.
6-
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
6+
publish_to: "none" # Remove this line if you wish to publish to pub.dev
77

88
# The following defines the version and build number for your application.
99
# A version number is three numbers separated by dots, like 1.2.43
@@ -27,22 +27,20 @@ dependencies:
2727
reactive_advanced_switch:
2828
path: ../
2929

30-
3130
# The following adds the Cupertino Icons font to your application.
3231
# Use with the CupertinoIcons class for iOS style icons.
3332
cupertino_icons: ^1.0.5
3433

3534
dev_dependencies:
3635
flutter_test:
3736
sdk: flutter
38-
flutter_lints: ^3.0.2
37+
flutter_lints: ^5.0.0
3938

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

4342
# The following section is specific to Flutter.
4443
flutter:
45-
4644
# The following line ensures that the Material Icons font is
4745
# included with your application, so that you can use the icons in
4846
# the material Icons class.

packages/reactive_advanced_switch/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ dependencies:
1717
dev_dependencies:
1818
flutter_test:
1919
sdk: flutter
20-
flutter_lints: ^3.0.2
20+
flutter_lints: ^5.0.0
2121

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

2525
# The following section is specific to Flutter.
2626
flutter:
27-
2827
# To add assets to your package, add an assets section, like this:
2928
# assets:
3029
# - images/a_dot_burr.jpeg

packages/reactive_animated_toggle_switch/example/pubspec.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ packages:
7474
dependency: "direct dev"
7575
description:
7676
name: flutter_lints
77-
sha256: "9e8c3858111da373efc5aa341de011d9bd23e2c5c5e0c62bccf32438e192d7b1"
77+
sha256: "5398f14efa795ffb7a33e9b6a08798b26a180edac4ad7db3f231e40f82ce11e1"
7878
url: "https://pub.dev"
7979
source: hosted
80-
version: "3.0.2"
80+
version: "5.0.0"
8181
flutter_test:
8282
dependency: "direct dev"
8383
description: flutter
@@ -119,10 +119,10 @@ packages:
119119
dependency: transitive
120120
description:
121121
name: lints
122-
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
122+
sha256: c35bb79562d980e9a453fc715854e1ed39e24e7d0297a880ef54e17f9874a9d7
123123
url: "https://pub.dev"
124124
source: hosted
125-
version: "3.0.0"
125+
version: "5.1.1"
126126
matcher:
127127
dependency: transitive
128128
description:
@@ -240,5 +240,5 @@ packages:
240240
source: hosted
241241
version: "14.3.0"
242242
sdks:
243-
dart: ">=3.4.0 <4.0.0"
243+
dart: ">=3.6.0 <4.0.0"
244244
flutter: ">=3.18.0-18.0.pre.54"

packages/reactive_animated_toggle_switch/example/pubspec.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A new Flutter project.
33

44
# The following line prevents the package from being accidentally published to
55
# pub.dev using `flutter pub publish`. This is preferred for private packages.
6-
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
6+
publish_to: "none" # Remove this line if you wish to publish to pub.dev
77

88
# The following defines the version and build number for your application.
99
# A version number is three numbers separated by dots, like 1.2.43
@@ -45,14 +45,13 @@ dev_dependencies:
4545
# activated in the `analysis_options.yaml` file located at the root of your
4646
# package. See that file for information about deactivating specific lint
4747
# rules and activating additional ones.
48-
flutter_lints: ^3.0.2
48+
flutter_lints: ^5.0.0
4949

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

5353
# The following section is specific to Flutter.
5454
flutter:
55-
5655
# The following line ensures that the Material Icons font is
5756
# included with your application, so that you can use the icons in
5857
# the material Icons class.

packages/reactive_animated_toggle_switch/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ dependencies:
1717
dev_dependencies:
1818
flutter_test:
1919
sdk: flutter
20-
flutter_lints: ^3.0.2
20+
flutter_lints: ^5.0.0
2121

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

2525
# The following section is specific to Flutter.
2626
flutter:
27-
2827
# To add assets to your package, add an assets section, like this:
2928
# assets:
3029
# - images/a_dot_burr.jpeg

packages/reactive_awesome_select/example/pubspec.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A new Flutter project.
33

44
# The following line prevents the package from being accidentally published to
55
# pub.dev using `pub publish`. This is preferred for private packages.
6-
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
6+
publish_to: "none" # Remove this line if you wish to publish to pub.dev
77

88
# The following defines the version and build number for your application.
99
# A version number is three numbers separated by dots, like 1.2.43
@@ -27,22 +27,20 @@ dependencies:
2727
reactive_awesome_select:
2828
path: ../
2929

30-
3130
# The following adds the Cupertino Icons font to your application.
3231
# Use with the CupertinoIcons class for iOS style icons.
3332
cupertino_icons: ^1.0.5
3433

3534
dev_dependencies:
3635
flutter_test:
3736
sdk: flutter
38-
flutter_lints: ^3.0.2
37+
flutter_lints: ^5.0.0
3938

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

4342
# The following section is specific to Flutter.
4443
flutter:
45-
4644
# The following line ensures that the Material Icons font is
4745
# included with your application, so that you can use the icons in
4846
# the material Icons class.

packages/reactive_awesome_select/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ dependencies:
1717
dev_dependencies:
1818
flutter_test:
1919
sdk: flutter
20-
flutter_lints: ^3.0.2
20+
flutter_lints: ^5.0.0
2121
# For information on the generic Dart part of this file, see the
2222
# following page: https://dart.dev/tools/pub/pubspec
2323

2424
# The following section is specific to Flutter.
2525
flutter:
26-
2726
# To add assets to your package, add an assets section, like this:
2827
# assets:
2928
# - images/a_dot_burr.jpeg

packages/reactive_cart_stepper/example/pubspec.yaml

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

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

packages/reactive_cart_stepper/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ dependencies:
1717
dev_dependencies:
1818
flutter_test:
1919
sdk: flutter
20-
flutter_lints: ^3.0.2
20+
flutter_lints: ^5.0.0
2121

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

2525
# The following section is specific to Flutter.
2626
flutter:
27-
2827
# To add assets to your package, add an assets section, like this:
2928
# assets:
3029
# - images/a_dot_burr.jpeg

0 commit comments

Comments
 (0)