😉Getting started
Overview
Quickfire is a powerful CLI tool written in dart designed to streamline Flutter project setup using feature driven development with BLoC state management. From scaffolding UI to integrating authentication, notification and payment systems, Quickfire accelerates the development process, allowing developers to focus on building innovative features.
Installation
To install Quickfire globally and make it accessible from any terminal, use the following command:
dart pub global activate quickfireTo remove Quickfire globally, use the following command:
dart pub global deactivate quickfireCreating a new flutter project using quickfire
quickfire createQuickfire will prompt you for the project name, the number of features, and various configuration options.
Enter your project name.Making your android app publish ready with quickfire
quickfire publishBuilding your app bundle with quickfire
quickfire buildLast updated