utils_x 1.1.0
utils_x: ^1.1.0 copied to clipboard
A collection of powerful Flutter widget extensions for cleaner, more expressive code. Add press effects, padding, styling, and more with simple chainable methods.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add utils_xThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
utils_x: ^1.1.0Alternatively, 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:utils_x/utils_x.dart';