team_guard 1.0.4 copy "team_guard: ^1.0.4" to clipboard
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:init command to generate team_guard.yaml directly.
  • Auto-configure analysis_options.yaml to include analyzer.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 import field format in docs/config template: use package path only (not a Dart import '...'; 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.
6
likes
0
points
266
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, custom_lint_builder, yaml

More

Packages that depend on team_guard