Skip to content

Commit ce89e5a

Browse files
Update DCM to the newer version
V 0.0.12
1 parent 36c1e51 commit ce89e5a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
## 0.0.11
26

37
- Disabe do_not_use_environment as we need to for Flutter for web

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: solid_lints
22
description:
33
Lints for Dart and Flutter based on software industry standards and best
44
practices.
5-
version: 0.0.11
5+
version: 0.0.12
66
homepage: https://github.com/solid-software/solid_lints/
77

88
environment:
99
sdk: '>=2.14.4 <3.0.0'
1010

1111
dependencies:
12-
dart_code_metrics: ^4.10.1
12+
dart_code_metrics: ^4.16.0

0 commit comments

Comments
 (0)