mrs_sdk_flutter_lints 0.7.0
mrs_sdk_flutter_lints: ^0.7.0 copied to clipboard
Analyzer plugin providing lint rules for MRS SDK Flutter projects.
MRS SDK Flutter Lints #
mrs_sdk_flutter_lints provides custom analyzer lint rules for Flutter projects that use the MRS SDK.
Install #
Add the plugin to the dev_dependencies of the package you want analyzed:
dev_dependencies:
mrs_sdk_flutter_lints: ^0.7.0
If you are using a pub workspace with multiple apps, add it to each app package that should report the lint.
Then enable the plugin in the root analysis_options.yaml for that package or workspace:
plugins:
mrs_sdk_flutter_lints:
version: ^0.6.3
diagnostics:
widget_member_order: true