team_guard 1.0.8
team_guard: ^1.0.8 copied to clipboard
Custom lint plugin to block forbidden Flutter widgets across team projects.
1.0.8 #
- Lower minimum Dart SDK constraint to
>=3.0.0 <4.0.0. - Update README:
- document that
team_guard.yamlis generated automatically bydart run team_guard:init - remove
infofrom supported severity values (warning,erroronly) - refresh install snippet to
team_guard: ^1.0.8
- document that
1.0.7 #
- Add uninstall command to README:
flutter pub remove team_guard custom_lint
1.0.6 #
- Update docs and examples to use
severity: errorby default. - Update generated default
team_guard.yamltemplate to useseverity: error.
1.0.5 #
- Improve pub score compliance:
- Add Dartdoc for public API entrypoints.
- Shorten package description in
pubspec.yaml. - Replace deprecated analyzer API usage in lint/fix implementation.
- Broaden analyzer compatibility constraint to
>=8.4.0 <12.0.0.
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.