team_guard 1.0.3
team_guard: ^1.0.3 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.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.