
Getting Started Guide
How to Use FlutterFlow
A practical guide to get you up and running with FlutterFlow. Written by Delv Editorial, Delv Team.
Getting started with FlutterFlow
In this guide, you will learn how to create your first mobile or web application using FlutterFlow, a low-code platform that simplifies app development. By the end, you will be able to design a basic app interface without any coding experience.Step 1: Sign up and set up
- Go to FlutterFlow's website.
- Click on the “Get Started” button in the top right corner.
- Sign up using your email address and create a password. Alternatively, you can sign up using Google or GitHub.
- Once signed in, you will be taken to the FlutterFlow dashboard.
Step 2: Your first app
- On the dashboard, click on “Create New Project”.
- Choose a project name and select either "Mobile App" or "Web App".
- Click “Create Project” to proceed.
- In the project editor, you will see a blank canvas. Click on the “+” button on the left sidebar to open the widget panel.
- Drag and drop components (like Text, Buttons, and Images) onto the canvas to build your UI.
- To edit a component, select it and use the properties panel on the right to customise its settings.
- Click on the “Preview” button at the top right to see how your app looks in real-time.
Step 3: Get better results
- Use the “Prompt-to-Page” feature by clicking on the “+” button and selecting “Prompt to Page”.
- Enter a simple description of the UI you want to create (e.g., "Create a login page with email and password fields").
- Click “Generate” and FlutterFlow will create the UI based on your prompt.
- Customise the generated components as needed using the properties panel.