quickfire 1.0.6 copy "quickfire: ^1.0.6" to clipboard
quickfire: ^1.0.6 copied to clipboard

auth, Bloc, onboarding, Payment, UI and Play Store deployment, effortlessly woven for an elevated development experience.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate quickfire

Use it

The package has the following executables:

$ quickfire

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add quickfire

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

dependencies:
  quickfire: ^1.0.6

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:quickfire/commands/build_project.dart';
import 'package:quickfire/commands/create_project.dart';
import 'package:quickfire/commands/publish_project.dart';
import 'package:quickfire/commands/sha_generate.dart';
import 'package:quickfire/core/create_project/assets_handler.dart';
import 'package:quickfire/core/create_project/auth_handler.dart';
import 'package:quickfire/core/create_project/command_handler.dart';
import 'package:quickfire/core/create_project/main_handler.dart';
import 'package:quickfire/core/create_project/notification_handler.dart';
import 'package:quickfire/core/create_project/on_boarding_creation.dart';
import 'package:quickfire/core/create_project/stripe_handler.dart';
import 'package:quickfire/core/deploy_project/gradle_handler.dart';
import 'package:quickfire/core/deploy_project/keystore_handler.dart';
import 'package:quickfire/core/deploy_project/pubspec_handler.dart';
import 'package:quickfire/core/deploy_project/sha_handler.dart';
import 'package:quickfire/tools/choice_selctor.dart';
import 'package:quickfire/tools/cli_handler.dart';
7
likes
0
pub points
0%
popularity

Publisher

verified publisherutkarshshrivastava.site

auth, Bloc, onboarding, Payment, UI and Play Store deployment, effortlessly woven for an elevated development experience.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, http, path, yaml, yaml_edit

More

Packages that depend on quickfire