flutter_design_guard 0.1.3 copy "flutter_design_guard: ^0.1.3" to clipboard
flutter_design_guard: ^0.1.3 copied to clipboard

retracted

Dart Analyzer plugin that enforces Flutter design-system widgets and colors.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_design_guard

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

dependencies:
  flutter_design_guard: ^0.1.3

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

Import it

Now in your Dart code, you can use:

import 'package:flutter_design_guard/flutter_design_guard.dart';
4
likes
0
points
336
downloads

Publisher

unverified uploader

Weekly Downloads

Dart Analyzer plugin that enforces Flutter design-system widgets and colors.

Repository (GitHub)
View/report issues

Topics

#analyzer #flutter #lints #static-analysis #code-quality

License

unknown (license)

Dependencies

analysis_server_plugin, analyzer, analyzer_plugin, yaml

More

Packages that depend on flutter_design_guard