Skip to content

Commit

Permalink
[flutter_lints] Fix readme (flutter#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
nohli authored Jul 7, 2021
1 parent 78126e6 commit 735a947
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/flutter_lints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.4

* Small update to readme

## 1.0.3

* More small updates to readme
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_lints/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ their UI. Alternatively, the analyzer can be invoked manually by running
## Usage

Flutter apps, packages, and plugins created with `flutter create` starting with
Flutter version 2.xx are already set up to use the lints defined in this
Flutter version 2.3.0 are already set up to use the lints defined in this
package. Entities created before that version can use these lints by following
these instructions:

Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_lints/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_lints
description: Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices.
repository: https://github.com/flutter/packages/tree/master/packages/flutter_lints
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_lints%22
version: 1.0.3
version: 1.0.4

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down

0 comments on commit 735a947

Please sign in to comment.