team_guard 1.0.4
team_guard: ^1.0.4 copied to clipboard
A powerful custom lint plugin for Dart and Flutter that prevents the use of forbidden widgets in your team projects. Configure which widgets are not allowed and get real-time feedback.
1.0.4 #
- Add
dart run team_guard:initcommand to generateteam_guard.yamldirectly. - Auto-configure
analysis_options.yamlto includeanalyzer.plugins: [custom_lint]when missing. - Refresh README setup flow and add an updated full example in
example/team_guard_example.dart.
1.0.3 #
- Clarify
importfield format in docs/config template: use package path only (not a Dartimport '...';statement).
1.0.2 #
- Rewrite README with complete setup steps, correct team_guard.yaml configuration, and troubleshooting for IDE visibility/generation.
1.0.1 #
- Update README with explicit custom lint run command (dart run custom_lint).
1.0.0 #
- Initial version.