diff --git a/packages/flutter_lints/CHANGELOG.md b/packages/flutter_lints/CHANGELOG.md index 999b81d030..b7b3ea9268 100644 --- a/packages/flutter_lints/CHANGELOG.md +++ b/packages/flutter_lints/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.2 + +* Small updates to readme + ## 1.0.1 * Added an example project diff --git a/packages/flutter_lints/README.md b/packages/flutter_lints/README.md index 8b775ab122..4ea4be757c 100644 --- a/packages/flutter_lints/README.md +++ b/packages/flutter_lints/README.md @@ -3,14 +3,14 @@ This package contains a recommended set of lints for [Flutter] apps, packages, and plugins to encourage good coding practices. +This package is built on top of Dart's `recommended.yaml` set of lints from +[package:lints]. + Lints are surfaced by the [dart analyzer], which statically checks dart code. [Dart-enabled IDEs] typically present the issues identified by the analyzer in their UI. Alternatively, the analyzer can be invoked manually by running `flutter analyze`. -This package is built on top of Dart's `recommended.yaml` set of lints from -[package:lints]. - ## Usage Flutter apps, packages, and plugins created with `flutter create` starting with diff --git a/packages/flutter_lints/pubspec.yaml b/packages/flutter_lints/pubspec.yaml index 6623a4509b..84b3468b3f 100644 --- a/packages/flutter_lints/pubspec.yaml +++ b/packages/flutter_lints/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_lints description: Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices. -version: 1.0.1 +version: 1.0.2 homepage: https://github.com/flutter/packages/tree/master/packages/flutter_lints environment: