bump to dev version (dart-lang/lints#14)

* dev version

* drop Flutter refs
diff --git a/pkgs/lints/CHANGELOG.md b/pkgs/lints/CHANGELOG.md
index 4b98463..4635b41 100644
--- a/pkgs/lints/CHANGELOG.md
+++ b/pkgs/lints/CHANGELOG.md
@@ -1,3 +1,3 @@
-## 0.1
+## 1.0.0-dev.0
 
 - Initial version
diff --git a/pkgs/lints/README.md b/pkgs/lints/README.md
index aaae779..d0e8355 100644
--- a/pkgs/lints/README.md
+++ b/pkgs/lints/README.md
@@ -1,5 +1,5 @@
 [![pub package](https://img.shields.io/pub/v/lints.svg)](https://pub.dev/packages/lints)
 [![Build Status](https://github.com/dart-lang/lints/workflows/validate/badge.svg)](https://github.com/dart-lang/lints/actions?query=branch%3Amain)
 
-This repo contains official Dart and Flutter lint rules.
+This repo contains official Dart lint rules.
 
diff --git a/pkgs/lints/pubspec.yaml b/pkgs/lints/pubspec.yaml
index 4694db1..ba3d5c0 100644
--- a/pkgs/lints/pubspec.yaml
+++ b/pkgs/lints/pubspec.yaml
@@ -1,6 +1,6 @@
 name: lints
-description: Official Dart and Flutter lint rules
-version: 0.1.0
+description: Official Dart lint rules.
+version: 1.0.0-dev.0
 homepage: https://dart.dev/guides/language/effective-dart
 
 environment: