Skip to content

Commit 2465971

Browse files
Bump flutter_lints from 2.0.3 to 3.0.0 in /example (#38)
* Bump flutter_lints from 2.0.3 to 3.0.0 in /example Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 2.0.3 to 3.0.0. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/pigeon-v3.0.0/packages) --- updated-dependencies: - dependency-name: flutter_lints dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update deprecated analyzer settings --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joachim Nohl <43643339+nohli@users.noreply.github.com>
1 parent a478229 commit 2465971

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

analysis_options.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
include: package:flutter_lints/flutter.yaml
22

33
analyzer:
4-
strong-mode:
5-
implicit-casts: false
6-
implicit-dynamic: false
4+
language:
5+
strict-casts: true
6+
strict-inference: true
7+
strict-raw-types: true
78
errors:
89
todo: info
910
linter:

example/analysis_options.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
include: package:flutter_lints/flutter.yaml
22

33
analyzer:
4-
strong-mode:
5-
implicit-casts: false
6-
implicit-dynamic: false
4+
language:
5+
strict-casts: true
6+
strict-inference: true
7+
strict-raw-types: true
78
errors:
89
todo: info
910
linter:

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
path: ../
1414

1515
dev_dependencies:
16-
flutter_lints: ^2.0.0
16+
flutter_lints: ^3.0.0
1717

1818
flutter:
1919
uses-material-design: true

0 commit comments

Comments
 (0)