Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[flutter_lints] Fix readme#394

Merged
goderbauer merged 2 commits intoflutter:masterfrom
nohli:fix-flutter_lints-readme
Jul 7, 2021
Merged

[flutter_lints] Fix readme#394
goderbauer merged 2 commits intoflutter:masterfrom
nohli:fix-flutter_lints-readme

Conversation

@nohli
Copy link
Contributor

@nohli nohli commented Jun 26, 2021

The readme says that flutter create with version 2.xx adds flutter_lints to the project.
This seems like every version since 2 includes flutter_lints.

But the latest stable (2.2.2) doesn't include it.
The beta channel (2.3.0-24.1.pre) includes it.

Changing the readme to 2.3.0 seems like a good option.

Closes flutter/flutter#85378

Pre-launch Checklist

  • The title of the PR starts with the name of the package surrounded by square brackets, e.g. [shared_preferences]
  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt.
  • I updated pubspec.yaml with an appropriate new version according to the pub versioning philosophy.
  • I updated CHANGELOG.md to add a description of the change.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.

Copy link
Member

@goderbauer goderbauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@goderbauer goderbauer merged commit 735a947 into flutter:master Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[flutter_lints] not enabled by default with flutter create

2 participants