File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 2.2.0
2+
3+ * Updated ` analyzer ` dependency constraints to ` ">=5.12.0 <7.0.0" `
4+ * Updated ` custom_lint_builder ` dependency constraints to ` ">=0.5.2 <0.6.0" `
5+
16## 2.1.0
27
38* Updated documentation of the package
Original file line number Diff line number Diff line change 11name : fd_lints
22description : An opiniated set of lint rules for Dart and Flutter projects. Made
33 by yours truly Floating Dartists.
4- version : 2.1 .0
4+ version : 2.2 .0
55repository : https://github.com/Floating-Dartists/fd_lints
66issue_tracker : https://github.com/Floating-Dartists/fd_lints/issues
77
88environment :
99 sdk : " >=2.18.0 <4.0.0"
1010
1111dependencies :
12- analyzer : ^ 5.12.0
12+ analyzer : " >= 5.12.0 <7.0.0 "
1313 analyzer_plugin : ^0.11.2
14- custom_lint_builder : ^ 0.5.0
14+ custom_lint_builder : " >= 0.5.2 <0.6.0 "
You can’t perform that action at this time.
0 commit comments