flutter_view_modifiers 0.0.9 copy "flutter_view_modifiers: ^0.0.9" to clipboard
flutter_view_modifiers: ^0.0.9 copied to clipboard

Adds powerful extensions to Flutter widgets, enabling cleaner, chainable modifiers for styling, layout, and animation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_view_modifiers

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

dependencies:
  flutter_view_modifiers: ^0.0.9

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_view_modifiers/flutter_view_modifiers.dart';
2
likes
160
points
44
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Adds powerful extensions to Flutter widgets, enabling cleaner, chainable modifiers for styling, layout, and animation.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on flutter_view_modifiers