mirror of
https://github.com/flutter/packages.git
synced 2025-07-03 17:18:22 +08:00
Update README.md for flutter_lints (#358)
This commit is contained in:
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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:
|
||||||
|
Reference in New Issue
Block a user