mrs_sdk_flutter_lints 0.7.0 copy "mrs_sdk_flutter_lints: ^0.7.0" to clipboard
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
0
likes
140
points
9
downloads

Documentation

Documentation
API reference

Publisher

verified publishermrs-electronics.dev

Weekly Downloads

Analyzer plugin providing lint rules for MRS SDK Flutter projects.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analysis_server_plugin, analyzer

More

Packages that depend on mrs_sdk_flutter_lints