useful_widgets 1.2.0 copy "useful_widgets: ^1.2.0" to clipboard
useful_widgets: ^1.2.0 copied to clipboard

Useful widgets to make creating apps easier. Some example widgets are FutureWidget, RefreshWidget, SearchWidget.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add useful_widgets

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

dependencies:
  useful_widgets: ^1.2.0

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:useful_widgets/useful_widgets.dart';
5
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Useful widgets to make creating apps easier. Some example widgets are FutureWidget, RefreshWidget, SearchWidget.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_cupertino_localizations, flutter_localizations, simple_localization

More

Packages that depend on useful_widgets