spotmachine_lints

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

spotmachine lints

spotmachine_lints #
This package contains a recommended set of lints for Flutter apps, packages,
and plugins to encourage good coding practices.
This package is built on top of Flutter's flutter.yaml set of lints from
package:flutter_lints.
Lints are surfaced by the dart analyzer, which statically checks dart code.
Dart-enabled IDEs typically present the issues identified by the analyzer in
their UI. Alternatively, the analyzer can be invoked manually by running
flutter analyze.
Usage #
To use spotmachine_lints, follow these instructions:

Add it to your dev_dependencies:

dev_dependencies:
spotmachine_lints:
path: ../packages/spotmachine_lints
copied to clipboard
Note: You may need to change the path to the package.

Include the rules into your analysis_options.yaml

include: package:spotmachine_lints/analysis_options.yaml
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.