We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f872908 commit 1f7cf2bCopy full SHA for 1f7cf2b
CHANGELOG.md
@@ -21,6 +21,7 @@ field:
21
b: 6
22
```
23
- Update min Dart SDK version constraint from `2.12.0` to `3.0.0`
24
+- Update `lints: ^2.0.1` to `lints: ^3.0.0`
25
26
BREAKING CHANGES:
27
- `YAMLWriter` renamed to `YamlWriter` ([Effective Dart reference](https://dart.dev/effective-dart/style#do-capitalize-acronyms-and-abbreviations-longer-than-two-letters-like-words)).
pubspec.yaml
@@ -7,7 +7,7 @@ environment:
7
sdk: ">=3.0.0 <4.0.0"
8
9
dev_dependencies:
10
- lints: ^2.0.1
+ lints: ^3.0.0
11
test: ^1.22.0
12
dependency_validator: ^3.2.2
13
coverage: ^1.6.1
0 commit comments