We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9194c5b commit 6e062deCopy full SHA for 6e062de
example/analysis_options.yaml
@@ -1,4 +1,4 @@
1
-include: package:very_good_analysis/analysis_options.5.1.0.yaml
+include: package:very_good_analysis/analysis_options.6.0.0.yaml
2
linter:
3
rules:
4
public_member_api_docs: false
example/pubspec.yaml
@@ -4,7 +4,7 @@ version: 0.0.1
homepage: https://github.com/VeryGoodOpenSource/mockingjay
5
6
environment:
7
- sdk: ">=3.2.0 <4.0.0"
+ sdk: ">=3.4.0 <4.0.0"
8
9
dependencies:
10
bloc: ^8.0.0
@@ -21,7 +21,7 @@ dev_dependencies:
21
mockingjay:
22
path: ../
23
mocktail: ^1.0.0
24
- very_good_analysis: ^5.1.0
+ very_good_analysis: ^6.0.0
25
26
flutter:
27
uses-material-design: true
0 commit comments