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
- Every time you deploy, we'll auto increment the **Build Number** (i.e., version code in Android) to ensure that each release is identifiable. If needed, you can update the *App Version* and *Build Number* yourself.
225
226
- If another deployment is already in progress, deploying a new build will cancel the previous one.
226
227
- It may take a few minutes for the request to process. Once completed, the status will be updated to **Submitted**.
Copy file name to clipboardExpand all lines: docs/testing-deployment-publishing/publishing/deploy-from-github.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ To deploy from a GitHub repository:
31
31
32
32
:::info[important]
33
33
34
-
When deploying from your GitHub branch, you will need to manage the app versioning manually. This is done through the `pubspec.yaml` file. For example, to set the version to **1.1.0** and the build number to **2**, you can use the format: `version: 1.1.0+2`. Learn more about app versioning [**here**](#).
34
+
When deploying from your GitHub branch, you will need to manage the app versioning manually. This is done through the `pubspec.yaml` file. For example, to set the version to **1.1.0** and the build number to **2**, you can use the format: `version: 1.1.0+2`.
Copy file name to clipboardExpand all lines: docs/testing-deployment-publishing/publishing/google-playstore-deployment.md
+5-43Lines changed: 5 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -314,57 +314,19 @@ You can now deploy directly from FlutterFlow or from your GitHub repository.
314
314
315
315
:::info
316
316
317
-
- Every time you deploy, we'll auto increment the 'Build Number' (i.e., version code in Android). If needed, you can update the **App Version** and **Build Number** yourself.
317
+
- Every time you deploy, we'll auto increment the **Build Number** (i.e., version code in Android) to ensure that each release is identifiable. If needed, you can update the *App Version* and *Build Number* yourself.
318
318
- We'll [**auto-generate**](https://developer.android.com/studio/publish/app-signing#generate-key) and [**sign**](https://developer.android.com/studio/publish/app-signing#sign_release) your app for the release with the Keystore (i.e., upload key). If you wish to download the keystore, click the orange key button.
319
319
320
320
:::
321
321
322
-
<Tabs>
323
-
<TabItemvalue="FF"label="Deploy From FlutterFlow"default>
324
-
Ensure the **Google Play Track** is set to **Internal** and hit the **Deloy to Play Store** again. On successful deployment, you will see the status as 'finished'.
322
+
Ensure the **Google Play Track** is set to **Internal** and hit the **Deloy to Play Store** again. On successful deployment, you will see the status as 'finished'.
[Connecting the Github](../exporting-code/push-to-github.md) repo allows you to introduce the custom code into your FlutterFlow project. You may want to deploy the modified code directly from your Github repo to Play Store.
332
-
333
-
To deploy from Github repo:
334
-
335
-
1. If you haven't added the Github repo yet, you can do so using the instructions [here](../exporting-code/push-to-github.md).
336
-
2. Navigate to **Settings & Integrations > App Settings >****Mobile****Deployment**.
337
-
3. Find the **Deployment Settings** section and click on the arrow icon on the right to open it.
338
-
4. Under the **Deployment Source**, enable the **Use Github repo**.
339
-
5. Enter the **Branch Name** of your repo, from which you want to deploy the code. Make sure to enter the correct branch name.
340
-
341
-
<div style={{
342
-
position: 'relative',
343
-
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
0 commit comments