flutter_compose_ui_modifiers 0.5.0 copy "flutter_compose_ui_modifiers: ^0.5.0" to clipboard
flutter_compose_ui_modifiers: ^0.5.0 copied to clipboard

Flutter UI Modifiers is a collection of declarative widget modifiers to make your Flutter code shorter and linear.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_compose_ui_modifiers

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

dependencies:
  flutter_compose_ui_modifiers: ^0.5.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_compose_ui_modifiers/flutter_compose_ui_modifiers.dart';