Skip to content

Commit b10934b

Browse files
committed
Review comments addressed!
1 parent 202503e commit b10934b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/intro/quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ This quickstart is designed to be straightforward and accessible, introducing yo
1212
<!-- TO DO: add links to resource section later on -->
1313

1414
Below is a preview of what your app will look like once completed:
15-
<iframe src="https://demo.arcade.software/YXXxpSfeOUgkt9JAOxUL?embed&show_copy_link=true" title="Update product quantity" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" width="100%" height="800"></iframe>
15+
![flutterflow-quick-start-app-demo.avif](../../static/img/flutterflow-quick-start-app-demo.avif)
1616

17-
> **What you'll learn**
17+
## **What you'll learn**
1818
> - Creating layouts (add widgets)
1919
> - Adding interactivity to UI elements
2020
> - Handle app behavior in response to user interactions (manage state).
@@ -73,7 +73,7 @@ To customize the style:
7373

7474
Once your UI is set up, it's time to make your app interactive by adding a state. This means setting up your app to respond to user interactions. For example, when a user clicks the button to increase the quantity, the number displayed on the label should increase accordingly.
7575

76-
We can achieve this behavior by adding the state variables. A state variable represents a piece of data that can change over time. For this specific use case, Let’s add a [page state variable](#) that will hold the current quantity value. When a user interacts with the buttons, we update this variable, which in turn updates the UI.
76+
We can achieve this behavior by adding state variables. A state variable stores data that can change over time. For this specific use case, let's add a [page state variable](#) that will hold the current quantity value. When a user interacts with the buttons, we update this variable, which in turn updates the UI.
7777

7878
Here's how to add and use state variables:
7979

@@ -86,7 +86,7 @@ Here's how to add and use state variables:
8686

8787
## 5. Run the App {#run-app}
8888

89-
Now that you've built and customized your app, it's time to run it. FlutterFlow allows you to test a fully-functional version of your app in [Test](#) and [Run](#) mode. The Run mode typically requires around 2-4 minutes (or more, depending on the size of your project). However, to see your changes immediately, you can run your app in a Test mode that uses Flutter's "[Hot Reload](#)" feature.
89+
Now that you've built and customized your app, it's time to run it. FlutterFlow allows you to test a fully-functional version of your app in [Test](#) and [Run](#) mode. The Run mode requires 2-4 minutes (or more, depending on the size of your project). However, to see your changes immediately, you can run your app in a Test mode that uses Flutter's "[Hot Reload](#)" feature.
9090

9191

9292
<iframe src="https://demo.arcade.software/TxetiPgtHe50ZcLsHyFH?embed&show_copy_link=true" title="Update product quantity" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" width="100%" height="600"></iframe>
12.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)