We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7121cd9 commit 015c112Copy full SHA for 015c112
CHANGELOG.md
@@ -1,6 +1,7 @@
1
## 2.1.0
2
3
* Updated documentation of the package
4
+* Upgraded dependencies
5
* Created custom rule
6
* `avoid_unassigned_late_fields`: Avoid unassigned late fields in class :warning:
7
example/pubspec.yaml
@@ -6,6 +6,6 @@ environment:
sdk: ">=2.18.0 <3.0.0"
8
dev_dependencies:
9
- custom_lint: ^0.4.0
+ custom_lint: ^0.5.0
10
fd_lints:
11
path: ../
pubspec.yaml
@@ -11,4 +11,4 @@ environment:
dependencies:
12
analyzer: ^5.12.0
13
analyzer_plugin: ^0.11.2
14
- custom_lint_builder: ^0.4.0
+ custom_lint_builder: ^0.5.0
0 commit comments