amplify_lints 3.1.0 amplify_lints: ^3.1.0 copied to clipboard
The lint rules used in developing Amplify Flutter packages and plugins.
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
- Lint errors should be visible in your editor
- Run analysis with lint rules:
- Dart packages:
$ dart analyze
- Flutter packages:
$ flutter analyze
- Dart packages: