amplify_lints 3.1.0 copy "amplify_lints: ^3.1.0" to clipboard
amplify_lints: ^3.1.0 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
  • Lint errors should be visible in your editor
  • Run analysis with lint rules:
    • Dart packages: $ dart analyze
    • Flutter packages: $ flutter analyze
3
likes
140
pub points
74%
popularity

Publisher

verified publisheraws-amplify.com

The lint rules used in developing Amplify Flutter packages and plugins.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter_lints, lints

More

Packages that depend on amplify_lints