Creating your project
Get Started with entering your project name
You will see this on terminal:
Enter the number of features for your flutter application.
Provide in integer value
Suppose if you are creating an e-commerce application using quickfire, then you may want these features:
[Home, Wishlist, Cart, Orders, Admin]
as you can see there are total of 5 features that you may require.
Quickfire works on a feature driven development (FDD) with Bloc State management.
Enter each feature one-by-one
example :
This creates a three-page onboarding screen which is shown only on the first launch of the application.
Choose your backend service
Till now quickfire supports two backends
Choosing any of this creates an auth
feature inside lib/features/
with working Authentication Screens, APIs, Auth State management, all of this without writing a single line of code.
You Basically get a working authentication system for your app in no-time.
This creates a
notification
feature insidelib/features/
folder.
Stripe Payment Integration
Last updated