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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add team_guard

With Flutter:

 $ flutter pub add team_guard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  team_guard: ^1.0.7

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:team_guard/team_guard.dart';
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