Creating New Project

When you first log in to FlutterFlow, you'll be taken to the dashboard. From here, you can create a new project from scratch or by using a sample app. If you choose to create a project from scratch, you can choose from a blank app or select a template to get started. Tip: App templates can help you save time by providing a basic foundation with pre-built pages and functionality.

To create a new project:

  1. From the Dashboard, click on the + Create New button.

  2. Enter a Project Name, such as MyFirstProject, or WeddingApp.

  3. To start from a blank app,

    1. Click + Create Blank. This will open the project setup popup.

    2. Verify the Project Name and Package Name. The Package Name for Android (i.e., the Bundle ID for iOS) uniquely identifies your app on the device and in the Store. So make sure it is unique.

    3. Select the theme you would like to set for your app.

    4. If you want to support the Web platform from the beginning, Enable Web. Tip: You can always change this setting from Setting and Integrations > Project Setup > Platforms.

    5. To add Firebase to your FlutterFlow project, turn on the Setup Firebase toggle, click Next Step, and follow these step-by-step instructions.

    6. If you do not require Firebase for your project, you can click on the Skip button.

  1. To start with an app template,

    1. Hover your mouse over the project you would like to use and select Use Sample.

    2. If the sample app uses Firebase, you can follow the instructions here to connect, or if you want to do it later, follow the instructions here.


Last Updated Date: November 8, 2023

Last updated