team_guard 1.0.7 copy "team_guard: ^1.0.7" to clipboard
team_guard: ^1.0.7 copied to clipboard

Custom lint plugin to block forbidden Flutter widgets across team projects.

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: error by default.
  • Update generated default team_guard.yaml template to use severity: 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: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
160
points
235
downloads

Publisher

unverified uploader

Weekly Downloads

Custom lint plugin to block forbidden Flutter widgets across team projects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, custom_lint_builder, yaml

More

Packages that depend on team_guard