Quickfire 🔥 : auth, Bloc, onboarding, Payment, UI and Play Store deployment, effortlessly woven for an elevated development experience.
Tested on Android. IOS?? Try and tell us :p
Craft a feature-rich Flutter project with auth, Bloc architecture, and onboarding screens, effortlessly deployable on the Play Store without manual hassles!
Quickfire is a powerful Dart CLI tool that supercharges your Flutter project setup. With just a few commands, you can create a new Flutter project with all the essential features and configurations, allowing you to focus on building your app.
Documentation
See our documentation for better understanding
Pre-requisites
flutter sdk
Installing quickfire
globally :
dart pub global activate quickfire
List of commands :
quickfire create
Create a newflutter project
quckfire publish
Make your flutter app publish ready on Play Store.quickfire build
Build appbundle with incremented version code.
Libraries
- commands/build_project
- commands/create_project
- commands/publish_project
- commands/sha_generate
- core/create_project/assets_handler
- core/create_project/auth_handler
- core/create_project/command_handler
- core/create_project/main_handler
- core/create_project/notification_handler
- core/create_project/on_boarding_creation
- core/create_project/stripe_handler
- core/deploy_project/gradle_handler
- core/deploy_project/keystore_handler
- core/deploy_project/pubspec_handler
- core/deploy_project/sha_handler
- tools/choice_selctor
- tools/cli_handler