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 414acd2 commit 7ab61e6Copy full SHA for 7ab61e6
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 2.1.0
4
+
5
+Requires Dart `sdk: '>=3.0.0-0'`
6
7
+- Remove `implicit-casts: false`
8
+- Enable `strict-casts: true`
9
10
## 2.0.1
11
- Update changelog
12
pubspec.yaml
@@ -1,5 +1,5 @@
name: lint
-version: 2.0.1
+version: 2.1.0
description: An opinionated, community-driven set of lint rules for Dart and Flutter projects. Like pedantic but stricter
repository: https://github.com/passsy/dart-lint
issue_tracker: https://github.com/passsy/dart-lint/issues
0 commit comments