flutter_skill_lints 0.10.2
flutter_skill_lints: ^0.10.2 copied to clipboard
Analyzer plugin companion for the building-flutter-apps skill's Dart and Flutter guardrails.
flutter_skill_lints example #
Enable the plugin in a consuming package's analysis_options.yaml:
plugins:
flutter_skill_lints: any
Run the package's analyzer to apply the plugin's diagnostics.