mirror of
https://github.com/flutter/packages.git
synced 2025-07-02 08:34:31 +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
|
||||
|
||||
* Added an example project
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user