collection_walker 2.0.1 copy "collection_walker: ^2.0.1" to clipboard
collection_walker: ^2.0.1 copied to clipboard

Walk large firestore collections with ease

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add collection_walker

With Flutter:

 $ flutter pub add collection_walker

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

dependencies:
  collection_walker: ^2.0.1

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:collection_walker/collection_walker.dart';
0
likes
110
points
350
downloads

Publisher

verified publisherarcane.art

Weekly Downloads

Walk large firestore collections with ease

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

fast_log, fire_api, synchronized

More

Packages that depend on collection_walker