We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c1e51 commit ce89e5aCopy full SHA for ce89e5a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.0.12
2
+
3
+- Update to the latest DCM to make sure that it works with latest flutter.
4
5
## 0.0.11
6
7
- Disabe do_not_use_environment as we need to for Flutter for web
pubspec.yaml
@@ -2,11 +2,11 @@ name: solid_lints
description:
Lints for Dart and Flutter based on software industry standards and best
practices.
-version: 0.0.11
+version: 0.0.12
homepage: https://github.com/solid-software/solid_lints/
8
environment:
9
sdk: '>=2.14.4 <3.0.0'
10
11
dependencies:
12
- dart_code_metrics: ^4.10.1
+ dart_code_metrics: ^4.16.0
0 commit comments