sequence_zip 0.9.1+1 copy "sequence_zip: ^0.9.1+1" to clipboard
sequence_zip: ^0.9.1+1 copied to clipboard

discontinued
Dart 1 only

"Zip" functionality on iterables and streams. This package has been discontinued. The zip functionality for iterables is in `package:collection/iterable_zip.dart` and the zip functionality for streams [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sequence_zip

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

dependencies:
  sequence_zip: ^0.9.1+1

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

Import it

Now in your Dart code, you can use:

import 'package:sequence_zip/sequence_zip.dart';
0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

"Zip" functionality on iterables and streams. This package has been discontinued. The zip functionality for iterables is in `package:collection/iterable_zip.dart` and the zip functionality for streams is in `package:async/stream_zip.dart`.

Homepage

License

BSD-3-Clause (LICENSE)

Dependencies

async, collection

More

Packages that depend on sequence_zip