You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/intro/quickstart.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,17 @@
1
1
---
2
-
slug: build-your-first-app
3
-
title: Build your first app
2
+
slug: quickstart
3
+
title: Quick Start Guide
4
4
tags: []
5
5
---
6
6
7
-
# **Build your first app**
7
+
# **Quick Start Guide**
8
8
9
-
This guide will walk you through creating and running your first FlutterFlow app. In this app, users can adjust the quantity of a product before adding it to their shopping cart.
9
+
Welcome to the FlutterFlow Quickstart Guide! This guide is tailored for those eager to dive right into building their first FlutterFlow application. Here, you'll build a screen that lets users adjust the quantity of a product before adding it to their shopping cart.
10
10
11
-
It’s very straightforward yet introduces you to some fundamental concepts in app development. Here's how it looks when completed:
11
+
This quickstart is designed to be straightforward and accessible, introducing you to basic FlutterFlow concepts quickly. For those seeking a deeper understanding of FlutterFlow's capabilities, we recommend reading through the FlutterFlow concepts pages.
12
+
<!-- TO DO: add links to resource section later on -->
12
13
14
+
Below is a preview of what your app will look like once completed:
@@ -31,11 +33,11 @@ The steps to build the app are as follows:
31
33
32
34
To kick off your project, the first step is to [create a new project](#). However, to make things easier, we've already created a starter app for you. Simply open [this link](https://app.flutterflow.io/project/f-f-quick-start-app-umu392), click the '**Clone**' button, and the project will be instantly added to your account.
After cloning the project, you’ll see a page with product images and description and you’ll add a feature that allows users to update the product quantity.
0 commit comments