Skip to content

Commit cf3335e

Browse files
committed
DreamFlow to Dreamflow
1 parent 23c275c commit cf3335e

File tree

3 files changed

+21
-20
lines changed

3 files changed

+21
-20
lines changed

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

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
slug: /deployment/google-playstore-deployment
33
title: Google Play Store Deployment
4-
description: Learn how to deploy your apps to the Google Play Store using DreamFlow.
5-
tags: [Google Play Store, Deployment, DreamFlow, Android]
4+
description: Learn how to deploy your apps to the Google Play Store using Dreamflow.
5+
tags: [Google Play Store, Deployment, Dreamflow, Android]
66
sidebar_position: 3
77
toc_max_heading_level: 4
8-
keywords: [Google Play Store, Deployment, DreamFlow, Android]
8+
keywords: [Google Play Store, Deployment, Dreamflow, Android]
99
---
1010

1111
# Google Play Store Deployment
1212

13-
DreamFlow allows you to deploy your apps directly to the Google Play Store from within the platform. This guide covers all the necessary prerequisites, a step-by-step deployment process, and common troubleshooting tips.
13+
Dreamflow allows you to deploy your apps directly to the Google Play Store from within the platform. This guide covers all the necessary prerequisites, a step-by-step deployment process, and common troubleshooting tips.
1414

1515
:::info[Prerequisites]
1616

1717
- Register for a [**Google Play Developer account**](https://play.google.com/console/signup).
18-
- Ensure you have set an app launcher icon. If not, add an app icon to the DreamFlow assets, then use the [**flutter_launcher_icons**](https://pub.dev/packages/flutter_launcher_icons) package or ask the AI agent to set it up for you.
18+
- Ensure you have set an app launcher icon. If not, add an app icon to the Dreamflow assets, then use the [**flutter_launcher_icons**](https://pub.dev/packages/flutter_launcher_icons) package or ask the AI agent to set it up for you.
1919
- Ensure your app package name is correct, as it cannot be changed after deployment. To verify it, open `android/app/build.gradle` and check the `applicationId`. To update the package name, you can use the [**change_app_package_name**](https://pub.dev/packages/change_app_package_name) package or simply ask the AI agent.
2020
- It's recommended to [**test your app on a real device**](../test/test-on-mobile-device.md) before deployment.
2121

@@ -59,7 +59,7 @@ To provide the app details required by the Google Play Store, go to the **Set up
5959

6060
## 3. Adding service account credentials
6161

62-
To enable DreamFlow to deploy your app to the Google Play Store, you need to add service account credentials.
62+
To enable Dreamflow to deploy your app to the Google Play Store, you need to add service account credentials.
6363

6464
### 3.1 Creating a Service Account
6565

@@ -159,25 +159,26 @@ To create the Service Account, you can follow the instructions from [here](http
159159
</div>
160160
<p></p>
161161

162-
### 3.2 Uploading service account credentials to DreamFlow
162+
### 3.2 Uploading service account credentials to Dreamflow
163163

164-
To upload your service account credentials in DreamFlow, go to **Publish > Android**. Under **Google Play Credentials**, click **Upload .json** and select the `.json` file you downloaded in step 4.
164+
To upload your service account credentials in Dreamflow, go to **Publish > Android**. Under **Google Play Credentials**, click **Upload .json** and select the `.json` file you downloaded in step 4.
165165

166166
![upload-json-file.avif](imgs/upload-json-file.avif)
167167

168168
## 4. Deploy to Google Play Store
169169

170-
For first-time deployment, you need to create an initial release manually in Google Play Console. After that, DreamFlow can handle all subsequent deployments.
170+
For first-time deployment, you need to create an initial release manually in Google Play Console. After that, Dreamflow can handle all subsequent deployments.
171171

172172
### 4.1 First-time setup
173173

174-
1. In DreamFlow, set the **Google Play Track** to **Internal** and click **Submit Build to Google Play**.
175-
2. Once the build is complete, download the [**.aab**](https://chatgpt.com/share/6f5714c1-eb13-428b-b9ee-9772f2810284) file.
176-
3. In Google Play Console, create an **Internal Testing** track and upload the **.aab** file.
174+
1. In Dreamflow, set the **Google Play Track** to **Internal**.
175+
2. Specify the **Bundle ID** and **Version Code** and then click **Submit Build to Google Play**.
176+
3. Once the build is complete, download the [**.aab**](https://chatgpt.com/share/6f5714c1-eb13-428b-b9ee-9772f2810284) file.
177+
4. In Google Play Console, create an **Internal Testing** track and upload the **.aab** file.
177178

178179
:::info
179180

180-
- After the internal testing track is set up, DreamFlow can handle all future deployments directly.
181+
- After the internal testing track is set up, Dreamflow can handle all future deployments directly.
181182
- Even if the build status appears as FAILURE, you can still download the AAB file.
182183

183184
:::
@@ -209,9 +210,9 @@ For first-time deployment, you need to create an initial release manually in Goo
209210
</div>
210211
<p></p>
211212

212-
### 4.2 Deploy from DreamFlow
213+
### 4.2 Deploy from Dreamflow
213214

214-
To deploy your app from DreamFlow, navigate to **Publish > Android**, set the **Track** to Internal, and update the **version code.** If your app is still in draft mode (not yet available on the Play Store), set **Submit as Draft** (under **Deployment Flags)** to **True**, and then click **Deploy to Play Store**.
215+
To deploy your app from Dreamflow, navigate to **Publish > Android**, set the **Track** to Internal, and update the **version code.** If your app is still in draft mode (not yet available on the Play Store), set **Submit as Draft** (under **Deployment Flags)** to **True**, and then click **Deploy to Play Store**.
215216

216217
<div style={{
217218
position: 'relative',
@@ -286,7 +287,7 @@ To promote your app to production, open your **Internal testing** track in Googl
286287
</div>
287288
<p></p>
288289

289-
For all future deployments, set the **Google Play Track** to **Prod** in DreamFlow and deploy directly from there.
290+
For all future deployments, set the **Google Play Track** to **Prod** in Dreamflow and deploy directly from there.
290291

291292
![deploy-to-prod-from-dreamflow.avif](imgs/deploy-to-prod-from-dreamflow.avif)
292293

@@ -337,7 +338,7 @@ Why does my first upload fail with a message like "You need to use a different p
337338

338339
</summary>
339340
<p>
340-
For the initial deployment, you must manually upload the **.aab** file to Google Play Console to create the first release track. Once the initial track is set up, DreamFlow will handle all subsequent deployments automatically.
341+
For the initial deployment, you must manually upload the **.aab** file to Google Play Console to create the first release track. Once the initial track is set up, Dreamflow will handle all subsequent deployments automatically.
341342
</p>
342343
</details>
343344

docs/test-and-publish/publish/pre-checks-publishing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Pre-checks Before Publishing
44
description: Ensure your app is ready for launch with this detailed guide on essential pre-publishing checks.
55
tags: [Pre-checks, Publishing, Deployment]
66
sidebar_position: 1
7-
keywords: [Pre-checks, Publishing, Deployment, DreamFlow]
7+
keywords: [Pre-checks, Publishing, Deployment, Dreamflow]
88
---
99

1010
# Pre-checks Before Publishing

docs/test-and-publish/test/test-on-mobile-device.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
slug: /test/test-on-mobile-device
33
title: Testing App on Mobile Devices
4-
description: Learn how to test your DreamFlow app on mobile devices.
4+
description: Learn how to test your Dreamflow app on mobile devices.
55
tags: [Test, Mobile Device, Android, iOS]
66
sidebar_position: 2
7-
keywords: [DreamFlow, Test, Mobile Device, Android, iOS]
7+
keywords: [Dreamflow, Test, Mobile Device, Android, iOS]
88
---
99

1010
# Testing App on Mobile Devices

0 commit comments

Comments
 (0)