indexed_iterable 1.1.0+2 copy "indexed_iterable: ^1.1.0+2" to clipboard
indexed_iterable: ^1.1.0+2 copied to clipboard

A simple delegate representing `Iterable`, like `List` and `set`, with index.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add indexed_iterable

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

dependencies:
  indexed_iterable: ^1.1.0+2

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

Publisher

verified publishergihwan.com

A simple delegate representing `Iterable`, like `List` and `set`, with index.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on indexed_iterable