futuristic 0.1.3 copy "futuristic: ^0.1.3" to clipboard
futuristic: ^0.1.3 copied to clipboard

Makes it possible to safely execute and retry a Future inside a StatelessWidget.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add futuristic

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

dependencies:
  futuristic: ^0.1.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:futuristic/futuristic.dart';
31
likes
40
pub points
11%
popularity

Publisher

verified publishermartinrybak.com

Makes it possible to safely execute and retry a Future inside a StatelessWidget.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on futuristic