future_widget_builder 2.0.0 copy "future_widget_builder: ^2.0.0" to clipboard
future_widget_builder: ^2.0.0 copied to clipboard

Customizable Flutter widget builder with FutureBuilder, HTTP & JWT support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add future_widget_builder

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

dependencies:
  future_widget_builder: ^2.0.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:future_widget_builder/future_widget_builder.dart';
0
likes
140
points
40
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Customizable Flutter widget builder with FutureBuilder, HTTP & JWT support.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on future_widget_builder