future_widget 0.3.2 copy "future_widget: ^0.3.2" to clipboard
future_widget: ^0.3.2 copied to clipboard

FutureWidget and FutureWidgetWrapper — a pragmatic and clear alternative to FutureBuilder/StreamBuilder

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add future_widget

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

dependencies:
  future_widget: ^0.3.2

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:future_widget/future_widget.dart';
0
likes
160
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

FutureWidget and FutureWidgetWrapper — a pragmatic and clear alternative to FutureBuilder/StreamBuilder

Repository (GitLab)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, synchronized

More

Packages that depend on future_widget