zip_future 1.1.0 copy "zip_future: ^1.1.0" to clipboard
zip_future: ^1.1.0 copied to clipboard

A Dart package for efficiently managing and executing multiple asynchronous operations using futures.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add zip_future

With Flutter:

 $ flutter pub add zip_future

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

dependencies:
  zip_future: ^1.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:zip_future/zip_future.dart';
4
likes
160
points
22
downloads

Publisher

verified publisheraelahmar.com

Weekly Downloads

A Dart package for efficiently managing and executing multiple asynchronous operations using futures.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on zip_future