flutter_refactor_plugin 1.1.0 copy "flutter_refactor_plugin: ^1.1.0" to clipboard
flutter_refactor_plugin: ^1.1.0 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 Flutter:

 $ flutter pub add flutter_refactor_plugin

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

dependencies:
  flutter_refactor_plugin: ^1.1.0

Alternatively, your editor might support 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
125
points
287
downloads

Documentation

API reference

Publisher

verified publisherahmedmamdouh.dev

Weekly Downloads

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

Homepage

License

MIT (license)

Dependencies

analyzer, cupertino_icons, custom_lint_builder, flutter, meta, path

More

Packages that depend on flutter_refactor_plugin