flutter_compose_ui_modifiers 0.3.2 copy "flutter_compose_ui_modifiers: ^0.3.2" to clipboard
flutter_compose_ui_modifiers: ^0.3.2 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 Dart:

 $ dart pub add flutter_compose_ui_modifiers

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 dart pub get):

dependencies:
  flutter_compose_ui_modifiers: ^0.3.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_compose_ui_modifiers/flutter_compose_ui_modifiers.dart';
2
likes
0
points
135
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_compose_ui_modifiers