fire_pilot 1.0.0 copy "fire_pilot: ^1.0.0" to clipboard
fire_pilot: ^1.0.0 copied to clipboard

An elite Firebase setup orchestrator for Flutter. Automates Node.js installation, multi-account management, project creation, and SHA registration for a seamless one-click experience.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate fire_pilot

Use it

The package has the following executables:

$ fire_pilot

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fire_pilot

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

dependencies:
  fire_pilot: ^1.0.0

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:fire_pilot/commands/firebase_setup.dart';
import 'package:fire_pilot/services/env_service.dart';
import 'package:fire_pilot/services/feature_service.dart';
import 'package:fire_pilot/services/firebase_service.dart';
import 'package:fire_pilot/services/flutter_service.dart';
import 'package:fire_pilot/services/prompt_service.dart';
import 'package:fire_pilot/utils/process_runner.dart';
0
likes
0
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

An elite Firebase setup orchestrator for Flutter. Automates Node.js installation, multi-account management, project creation, and SHA registration for a seamless one-click experience.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, interact

More

Packages that depend on fire_pilot