some_widget_extensions 1.0.3
some_widget_extensions: ^1.0.3 copied to clipboard
Collection of convenience extensions to be used on widgets. It conserves Flutter's API making it as familiar as possible.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add some_widget_extensions
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
some_widget_extensions: ^1.0.3
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:some_widget_extensions/some_widget_extensions.dart';