future_or_builder 1.0.3 copy "future_or_builder: ^1.0.3" to clipboard
future_or_builder: ^1.0.3 copied to clipboard

discontinued

Builds FutureOrs immediately and otherwise delegates to a FutureBuilder

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add future_or_builder

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

dependencies:
  future_or_builder: ^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:future_or_builder/future_or_builder.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Builds FutureOrs immediately and otherwise delegates to a FutureBuilder

Repository
View/report issues

License

MPL-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on future_or_builder