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

outdated

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.1

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';
32
likes
0
points
31
downloads

Publisher

verified publishermartinrybak.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on futuristic