flutter_widget 1.0.10 copy "flutter_widget: ^1.0.10" to clipboard
flutter_widget: ^1.0.10 copied to clipboard

Develop common widget extensions to support development often encountered problems, such as PageView save state, get keyboard popup completion events

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_widget

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

dependencies:
  flutter_widget: ^1.0.10

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_widget/flutter_widget.dart';
1
likes
30
pub points
38%
popularity

Publisher

unverified uploader

Develop common widget extensions to support development often encountered problems, such as PageView save state, get keyboard popup completion events

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on flutter_widget