Update README.md for flutter_lints (#358)

This commit is contained in:
Michael Thomsen
2021-05-18 16:39:29 +02:00
committed by GitHub
parent c52dc90671
commit 52c70e3b82
3 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
## 1.0.2
* Small updates to readme
## 1.0.1 ## 1.0.1
* Added an example project * Added an example project

View File

@ -3,14 +3,14 @@
This package contains a recommended set of lints for [Flutter] apps, packages, This package contains a recommended set of lints for [Flutter] apps, packages,
and plugins to encourage good coding practices. 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. Lints are surfaced by the [dart analyzer], which statically checks dart code.
[Dart-enabled IDEs] typically present the issues identified by the analyzer in [Dart-enabled IDEs] typically present the issues identified by the analyzer in
their UI. Alternatively, the analyzer can be invoked manually by running their UI. Alternatively, the analyzer can be invoked manually by running
`flutter analyze`. `flutter analyze`.
This package is built on top of Dart's `recommended.yaml` set of lints from
[package:lints].
## Usage ## Usage
Flutter apps, packages, and plugins created with `flutter create` starting with Flutter apps, packages, and plugins created with `flutter create` starting with

View File

@ -1,6 +1,6 @@
name: flutter_lints name: flutter_lints
description: Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices. 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 homepage: https://github.com/flutter/packages/tree/master/packages/flutter_lints
environment: environment: