/flutter_lint_rules

Lint rules for Dart and Flutter projects

Primary LanguageDartApache License 2.0Apache-2.0

Flutter lint rules

Description

Lint rules used by "beauty box".

Installation

Add flutter_lint_rules as dependency to your pubspec.yaml

dependencies:
  flutter_lint_rules: $currentVersion$

Example

You can use both stable and dev versions of the package listed above in the badges bar.

Create analysis_options.yaml file

Include extended analysis options

include: package:flutter_lint_rules/analysis_options.yaml

Include easy analysis options

include: package:flutter_lint_rules/analysis_options_easy.yaml

See the dartanalyzer executing the lint checks in you favorite editor.

Changelog

All notable changes to this project will be documented in this file.

Issues

To report your issues, file directly in the Issues section.

Contribute

If you would like to contribute to the package (e.g. by improving the documentation, fixing a bug or adding a cool new feature), please read our contribution guide first and send us your pull request.

Your PRs are always welcome.

License

Apache License, Version 2.0