We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7fb5e commit b55b91aCopy full SHA for b55b91a
extra_pedantic/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 4.0.0 (2023-07-01)
2
+- removed deprecated analyses
3
+- updated to linter 1.30.0 & Dart 2.19.0
4
+
5
## 3.0.0 (2022-07-31)
6
- disabled invariant_booleans (too many false positives)
7
- enabled strict casts checks.
extra_pedantic/pubspec.yaml
@@ -1,6 +1,6 @@
name: extra_pedantic
description: Stricter Dart analyzer linter settings and best practices.
-version: 3.0.0
+version: 4.0.0
homepage: https://github.com/modulovalue/extra_pedantic
repository: https://github.com/modulovalue/extra_pedantic
issue_tracker: https://github.com/modulovalue/extra_pedantic/issues
0 commit comments