amplify_lints 3.1.1
amplify_lints: ^3.1.1 copied to clipboard
The lint rules used in developing Amplify Flutter packages and plugins.
example/README.md
amplify_lints #
This package contains the lint rules enforced in amplify Dart & Flutter projects. To use consider the following:
- Add the
amplify_lints
package to your project:$ flutter pub add --dev amplify_lints
- Include amplify_lints package in your
analysis_options.yaml
:
include: package:amplify_lints/library.yaml
copied to clipboard
- Lint errors should be visible in your editor
- Run analysis with lint rules:
- Dart packages:
$ dart analyze
- Flutter packages:
$ flutter analyze
- Dart packages: