firestore_index_automator 0.1.4 copy "firestore_index_automator: ^0.1.4" to clipboard
firestore_index_automator: ^0.1.4 copied to clipboard

A CLI tool that wraps flutter run and automatically detects, parses, and deploys missing Firestore composite indexes — no more manual index creation.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate firestore_index_automator

Use it

The package has the following executables:

$ fia

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add firestore_index_automator

With Flutter:

 $ flutter pub add firestore_index_automator

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

dependencies:
  firestore_index_automator: ^0.1.4

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:firestore_index_automator/firestore_index_automator.dart';
1
likes
160
points
34
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A CLI tool that wraps flutter run and automatically detects, parses, and deploys missing Firestore composite indexes — no more manual index creation.

Repository (GitHub)
View/report issues

Topics

#firebase #firestore #flutter #cli #developer-tools

License

MIT (license)

Dependencies

args, http, path, yaml

More

Packages that depend on firestore_index_automator