We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735b895 commit fa62baaCopy full SHA for fa62baa
pkgs/lints/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.0.0
2
+
3
+- Initial stable version
4
5
## 1.0.0-dev.0
6
7
- Initial version
pkgs/lints/pubspec.yaml
@@ -1,7 +1,6 @@
name: lints
-description: Official Dart lint rules.
-version: 1.0.0-dev.0
-homepage: https://dart.dev/guides/language/effective-dart
+description: Official Dart lint rules. Defines the 'core' and 'recommended' set of lints suggested by the Dart team.
+version: 1.0.0
environment:
sdk: '>=2.12.0 <3.0.0'
0 commit comments