Creating New Project
There are three ways you can create a new project:
A Blank Project gives you a blank canvas to start with. You can start building the page by dragging and dropping the UI Elements onto the canvas. Follow these steps to create a blank new project:
- Enter a Project Name. Such as MyFirstProject, WeddingApp.
- Select + Create New from the Blank App. This will open the project setup popup.
- Verify the Project Name.
- Verify the Package Name. The Package Name for Android (the Bundle ID for iOS) uniquely identifies your app on the device and in Store. So make sure it is unique.
- Click Skip to start building your new project.
By default, the new project is created with a page called HomePage.

Create a Blank New Project
If this is your first time using FlutterFlow, you will be taken to our onboarding screen. Here you can watch a brief introduction to FlutterFlow and complete a quick tutorial.
You can choose a template present inside FlutterFlow while creating a new project. This gives you a basic foundation to get started building your app. Follow these steps to create a new project using a template:
- Enter a Project Name. Such as MyFirstProject, WeddingApp.
- Hover your mouse over the project you would like to use and select Use Sample.

Create a Project from a Sample App
If you plan to use Firebase in your project, you can create a blank project with a Firebase setup. Or you can complete the Firebase setup later using these instructions.
Last modified 8mo ago