flutter_refactor_plugin 1.0.2 copy "flutter_refactor_plugin: ^1.0.2" to clipboard
flutter_refactor_plugin: ^1.0.2 copied to clipboard

A custom lint plugin that encourages declarative widget composition by suggesting extraction of complex widget trees.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_refactor_plugin

With Flutter:

 $ flutter pub add flutter_refactor_plugin

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

dependencies:
  flutter_refactor_plugin: ^1.0.2

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:flutter_refactor_plugin/flutter_refactor_plugin.dart';
1
likes
0
points
287
downloads

Publisher

verified publisherahmedmamdouh.dev

Weekly Downloads

A custom lint plugin that encourages declarative widget composition by suggesting extraction of complex widget trees.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, cupertino_icons, custom_lint_builder, flutter, meta

More

Packages that depend on flutter_refactor_plugin