Skip to content

Commit d66b88b

Browse files
committed
Merge branch 'main' of https://github.com/FlutterFlow/dreamflow-documentation into feature/app-store-deployment
2 parents f7b64e6 + 0d7ed5d commit d66b88b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+985
-240
lines changed

.idea/modules.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/get-started/quickstart.md

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
2+
3+
4+
# Quickstart
5+
6+
## Start With a Prompt (4 mins)
7+
8+
Dreamflow's AI-powered app generation allows you to create fully functional, production-ready applications from simple text or image descriptions. Simply describe what you want to build, and Dreamflow Agent will generate the entire app structure, UI components, and functionality for you.
9+
10+
Ready to create your app? Simply:
11+
12+
1. Open Dreamflow and click the textbox that says "Start with a prompt..."
13+
2. Enter your app description and wait for the Agent to generate your complete app.
14+
3. Review and customize the generated project in the [workspace](#).
15+
16+
17+
The Agent will create all the necessary screens, components, and functionality based on your description, giving you a fully functional app that you can further customize and deploy.
18+
19+
20+
<div style={{
21+
position: 'relative',
22+
paddingBottom: 'calc(56.67989417989418% + 41px)', // Ensures the aspect ratio plus additional padding
23+
height: 0,
24+
width: '100%'
25+
}}>
26+
<iframe
27+
src="https://demo.arcade.software/pkh6dsSwozFhyAZUW9IU?embed&show_copy_link=true"
28+
title="Projects - FlutterFlow"
29+
style={{
30+
position: 'absolute',
31+
top: 0,
32+
left: 0,
33+
width: '100%',
34+
height: '100%',
35+
colorScheme: 'light'
36+
}}
37+
frameBorder="0"
38+
loading="lazy"
39+
webkitAllowFullScreen
40+
mozAllowFullScreen
41+
allowFullScreen
42+
allow="clipboard-write">
43+
</iframe>
44+
</div>
45+
46+
***Prompt used:** Build a sleek music streaming app like Spotify, with a dark theme, album art grids, a bottom navigation bar (Home, Search, Library) and a clean now-playing screen with controls and progress bar.*
47+
48+
### Sample Prompts
49+
50+
Here are some prompts that we've used recently while chatting with the agent.
51+
52+
#### A habit tracker
53+
54+
**Prompt**
55+
56+
Build the main screen for a habit tracking app. Prepopulate with common habits, and then show the tasks for today on this main screen. Make the app look modern and whimsical.
57+
58+
59+
**Duration / Cost**: 161 seconds / 2.51 credits
60+
61+
**Next steps**
62+
- Let the user enter their own habits
63+
- Give the user reminders for their habits, even when the app is not running.
64+
- Allow the user to share their habit progress with others (through the share sheet of the mobile OS)
65+
66+
67+
#### Asteroids game
68+
69+
**Prompt**
70+
71+
Replace the main screen with an implementation of the classic game of Asteroids. Make this look and work the same as the original arcade game. Make sure that it has keyboard controls, mouse controls, and touch controls. Store the high-score locally.
72+
73+
**Duration / Cost** : 183 seconds / 2.30 credits
74+
75+
**Next steps**
76+
- Give the game a start screen (with instructions)
77+
- Give the game an end screen (with a leaderboard)
78+
- Store a leaderboard of highscores on a server
79+
80+
81+
82+
#### Chat app
83+
84+
**Prompt**
85+
86+
Build a small chat app (store the data locally for now) where users can chat with their friends. Make the app look modern and familiar, but also give it some unique twists.
87+
88+
**Duration / Cost** : 313 seconds / 4.42 credits
89+
90+
**Next steps**
91+
- Make the chats clustered when folks are close to each other
92+
- Store the chat data in a cloud database
93+
- Show a notification when a message arrives when the app is not active

docs/get-started/welcome.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
2+
3+
# Welcome
4+
5+
Dreamflow is ...
6+
7+
8+
## Create Account
9+
10+
11+
create an account...
12+
13+
14+
## Build First Project
15+
16+
<div style={{
17+
position: 'relative',
18+
paddingBottom: 'calc(56.67989417989418% + 41px)', // Ensures the aspect ratio plus additional padding
19+
height: 0,
20+
width: '100%'
21+
}}>
22+
<iframe
23+
src="https://demo.arcade.software/5Lbea4PqYYhwyNItSuND?embed&show_copy_link=true"
24+
title="Projects - FlutterFlow"
25+
style={{
26+
position: 'absolute',
27+
top: 0,
28+
left: 0,
29+
width: '100%',
30+
height: '100%',
31+
colorScheme: 'light'
32+
}}
33+
frameBorder="0"
34+
loading="lazy"
35+
webkitAllowFullScreen
36+
mozAllowFullScreen
37+
allowFullScreen
38+
allow="clipboard-write">
39+
</iframe>
40+
</div>

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Dreamflow is a visual development environment that lets you build mobile, web, a
7474

7575
<p></p>
7676

77-
<div class="video-container"><iframe src="https://www.youtube.com/embed/GpXjU-ieAKU?si=moIEUUGry24CdSJN" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
77+
<div class="video-container"><iframe src="https://www.youtube.com/embed/GpXjU-ieAKU?si=moIEUUGry24CdSJN" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
7878

7979

8080

@@ -149,11 +149,11 @@ Discover additional tools and references to enhance your Dreamflow development e
149149

150150
## Still Have Problems?
151151

152-
If you're still experiencing issues or need additional help, here are some resources to get you back on track:
152+
<!-- If you're still experiencing issues or need additional help, here are some resources to get you back on track:
153153
154154
- **[Submit Bug Report](#)** - Report bugs or issues you've encountered
155155
- **[Community Forum](https://community.flutterflow.io)** - Ask questions and get help from the community
156156
- **[Reddit Community](https://www.reddit.com/r/FlutterFlow/)** - Join discussions on Reddit
157157
- **[Documentation Bug](https://github.com/FlutterFlow/flutterflow-documentation/issues)** - Report documentation issues
158158
- **[Contribute to Documentation](https://github.com/FlutterFlow/flutterflow-documentation?tab=readme-ov-file#how-to-contribute)** - Contribution guidelines for contributing to the FlutterFlow documentation site.
159-
- **[FlutterFlow Support](mailto:[email protected])** - Get direct support from the FlutterFlow support team.
159+
- **[FlutterFlow Support](mailto:[email protected])** - Get direct support from the FlutterFlow support team. -->

docs/test-and-publish/publish/google-playstore-deployment.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To create a new app in the Google Play Store, start by opening the [Google Play
4141
height: '100%',
4242
colorScheme: 'light'
4343
}}
44-
frameborder="0"
44+
frameBorder="0"
4545
loading="lazy"
4646
webkitAllowFullScreen
4747
mozAllowFullScreen
@@ -88,7 +88,7 @@ To create the Service Account, you can follow the instructions from [here](http
8888
height: '100%',
8989
colorScheme: 'light'
9090
}}
91-
frameborder="0"
91+
frameBorder="0"
9292
loading="lazy"
9393
webkitAllowFullScreen
9494
mozAllowFullScreen
@@ -117,7 +117,7 @@ To create the Service Account, you can follow the instructions from [here](http
117117
height: '100%',
118118
colorScheme: 'light'
119119
}}
120-
frameborder="0"
120+
frameBorder="0"
121121
loading="lazy"
122122
webkitAllowFullScreen
123123
mozAllowFullScreen
@@ -151,7 +151,7 @@ To create the Service Account, you can follow the instructions from [here](http
151151
height: '100%',
152152
colorScheme: 'light'
153153
}}
154-
frameborder="0"
154+
frameBorder="0"
155155
loading="lazy"
156156
webkitAllowFullScreen
157157
mozAllowFullScreen
@@ -173,7 +173,7 @@ For first-time deployment, you need to create an initial release manually in Goo
173173

174174
### 4.1 Downloading AAB file
175175

176-
In DreamFlow, set the **Google Play Track** to **Internal**, enter the **Bundle ID** and **Version Code**, then click **Submit Build to Google Play**. Wait a few minutes and click **Check Deployment Status**.
176+
In Dreamflow, set the **Google Play Track** to **Internal**, enter the **Bundle ID** and **Version Code**, then click **Submit Build to Google Play**. Wait a few minutes and click **Check Deployment Status**.
177177

178178
Once the build is complete, click **Download AAB File** button (in the **App Bundle** section). If the button is still disabled, wait a bit longer and try again.
179179

@@ -199,7 +199,7 @@ Even if the build status appears as FAILURE, you can still download the AAB file
199199
height: '100%',
200200
colorScheme: 'light'
201201
}}
202-
frameborder="0"
202+
frameBorder="0"
203203
loading="lazy"
204204
webkitAllowFullScreen
205205
mozAllowFullScreen
@@ -229,7 +229,7 @@ In Google Play Console, create an **Internal Testing** track and upload the **.a
229229
height: '100%',
230230
colorScheme: 'light'
231231
}}
232-
frameborder="0"
232+
frameBorder="0"
233233
loading="lazy"
234234
webkitAllowFullScreen
235235
mozAllowFullScreen
@@ -240,7 +240,7 @@ In Google Play Console, create an **Internal Testing** track and upload the **.a
240240
<p></p>
241241

242242
:::info
243-
After the internal testing track is set up, DreamFlow can handle all future deployments directly.
243+
After the internal testing track is set up, Dreamflow can handle all future deployments directly.
244244
:::
245245

246246
### 4.3 Deploy from Dreamflow
@@ -263,7 +263,7 @@ To deploy your app from Dreamflow, navigate to **Publish > Android**, set the **
263263
height: '100%',
264264
colorScheme: 'light'
265265
}}
266-
frameborder="0"
266+
frameBorder="0"
267267
loading="lazy"
268268
webkitAllowFullScreen
269269
mozAllowFullScreen
@@ -310,7 +310,7 @@ To promote your app to production, open your **Internal testing** track in Googl
310310
height: '100%',
311311
colorScheme: 'light'
312312
}}
313-
frameborder="0"
313+
frameBorder="0"
314314
loading="lazy"
315315
webkitAllowFullScreen
316316
mozAllowFullScreen
20.3 KB
Binary file not shown.
Binary file not shown.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
slug: /deployment/web-deployment
3+
title: Web Deployment
4+
description: Learn how to deploy your apps to the Web using Dreamflow.
5+
tags: [Web, Deployment, Dreamflow]
6+
sidebar_position: 4
7+
toc_max_heading_level: 4
8+
keywords: [Deployment, Dreamflow, Web]
9+
---
10+
11+
# Web Deployment
12+
13+
Dreamflow makes it easy to take your app live on the web with minimal setup. You can quickly publish apps for testing, demos, or full production use, directly from your browser.
14+
15+
Dreamflow offers two flexible options:
16+
17+
- **One-Click Deployment:** Instantly publish your app to the web in just seconds, perfect for previews and prototypes.
18+
- **Custom Web Deployment:** Gain more control over the deployment process, with configuration options tailored for production-ready apps.
19+
20+
## One-Click Deployment
21+
22+
With **One-Click Deployment**, you can instantly publish your app to the web without any additional setup. Dreamflow automatically builds and hosts your project under a shareable Dreamflow URL.
23+
24+
To deploy your app, navigate to **Publish > Web** and click **One-Click Deployment**. Dreamflow will automatically build and host your app at a unique subdomain (e.g., `https://<unique-id>.share.dreamflow.app`).
25+
26+
![one-click-deployment.avif](imgs/one-click-deployment.avif)
27+
28+
If you make changes to your project, click **Update Deployment** to publish the latest version. You can click **Unpublish** to remove the app from its live URL whenever you no longer want it accessible.
29+
30+
![update-unpublish-deployment.avif](imgs/update-unpublish-deployment.avif)
31+
32+
:::info[Key Benefits]
33+
34+
- **Fastest way to go live:** No configuration or hosting setup needed. Everything happens directly in Dreamflow.
35+
- **Shareable link:** Easily share your app with teammates, testers, or clients.
36+
- **Quick iteration:** Update deployments as you make changes, ensuring your live app always reflects the latest build.
37+
- **Full control:** Unpublish when you’re ready to stop sharing or move to a custom deployment.
38+
39+
:::
40+
41+
## Custom Deployment
42+
43+
(Coming soon)

0 commit comments

Comments
 (0)