restrict_raw_flutter 0.2.1+1 copy "restrict_raw_flutter: ^0.2.1+1" to clipboard
restrict_raw_flutter: ^0.2.1+1 copied to clipboard

An analyzer plugin to restrict usage of Flutter's standard widgets and encourage using custom design system components.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add restrict_raw_flutter

With Flutter:

 $ flutter pub add restrict_raw_flutter

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

dependencies:
  restrict_raw_flutter: ^0.2.1+1

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:restrict_raw_flutter/restrict_raw_flutter.dart';
2
likes
150
points
10
downloads

Documentation

API reference

Publisher

verified publishersotaatos.dev

Weekly Downloads

An analyzer plugin to restrict usage of Flutter's standard widgets and encourage using custom design system components.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analysis_server_plugin, analyzer, analyzer_plugin

More

Packages that depend on restrict_raw_flutter