Skip to content

Commit efa48a2

Browse files
committed
Fixed review comments
1 parent d02a26c commit efa48a2

File tree

6 files changed

+15
-24
lines changed

6 files changed

+15
-24
lines changed

docs/ff-integrations/ads/admob.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You should be creating two AdMob Apps to display advertisements in both Android
4343
height: 0,
4444
width: '100%'}}>
4545
<iframe
46-
src="https://demo.arcade.software/9XkpLuC3tpiFFapWi7ao?embed&show_copy_link=true"
46+
src="https://www.loom.com/embed/470902676107457894a2ff354947174d?sid=569d7656-150e-4aea-acf6-f4c72b6bccbb"
4747
title=""
4848
style={{
4949
position: 'absolute',
@@ -81,7 +81,7 @@ To add the APP keys:
8181
height: 0,
8282
width: '100%'}}>
8383
<iframe
84-
src="https://demo.arcade.software/9XkpLuC3tpiFFapWi7ao?embed&show_copy_link=true"
84+
src="https://www.loom.com/embed/81ac98a0ba5c477f95c3aed4f95b7b64?sid=45ad83d1-68cd-4037-8caa-305bb654a017"
8585
title=""
8686
style={{
8787
position: 'absolute',
@@ -131,14 +131,13 @@ To add the AdBanner widget to your project:
131131
:::info
132132
If you leave the Width property empty, AdBanner will take the full width of the screen.
133133
:::
134-
135134
<div style={{
136135
position: 'relative',
137136
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
138137
height: 0,
139138
width: '100%'}}>
140139
<iframe
141-
src="https://demo.arcade.software/9XkpLuC3tpiFFapWi7ao?embed&show_copy_link=true"
140+
src="https://demo.arcade.software/PBkC8jgpGHT2zrPhl5yh?embed&show_copy_link=true"
142141
title=""
143142
style={{
144143
position: 'absolute',
@@ -179,7 +178,7 @@ To assign the ad unit Id:
179178
height: 0,
180179
width: '100%'}}>
181180
<iframe
182-
src="https://demo.arcade.software/9XkpLuC3tpiFFapWi7ao?embed&show_copy_link=true"
181+
src="https://demo.arcade.software/rL445JrvJkBjPivJZlDo?embed&show_copy_link=true"
183182
title=""
184183
style={{
185184
position: 'absolute',
@@ -215,7 +214,7 @@ To enable the test ads:
215214
height: 0,
216215
width: '100%'}}>
217216
<iframe
218-
src="https://demo.arcade.software/9XkpLuC3tpiFFapWi7ao?embed&show_copy_link=true"
217+
src="https://demo.arcade.software/tRCqieHMarFAuF0kukPt?embed&show_copy_link=true"
219218
title=""
220219
style={{
221220
position: 'absolute',
@@ -250,7 +249,7 @@ To test Ads:
250249
height: 0,
251250
width: '100%'}}>
252251
<iframe
253-
src="https://demo.arcade.software/9XkpLuC3tpiFFapWi7ao?embed&show_copy_link=true"
252+
src="https://demo.arcade.software/ITIaBQou0jEiGCtLVcSX?embed&show_copy_link=true"
254253
title=""
255254
style={{
256255
position: 'absolute',
@@ -280,7 +279,7 @@ Using this action, you can display the [interstitial ad](https://developers.goog
280279
height: 0,
281280
width: '100%'}}>
282281
<iframe
283-
src="https://demo.arcade.software/9XkpLuC3tpiFFapWi7ao?embed&show_copy_link=true"
282+
src="https://demo.arcade.software/U1vhnf7cXTds2hPUiCVA?embed&show_copy_link=true"
284283
title=""
285284
style={{
286285
position: 'absolute',
@@ -353,7 +352,7 @@ To get the ad unit Id:
353352
height: 0,
354353
width: '100%'}}>
355354
<iframe
356-
src="https://demo.arcade.software/9XkpLuC3tpiFFapWi7ao?embed&show_copy_link=true"
355+
src="https://demo.arcade.software/pdhDPc4jY5o3nd47Iyyc?embed&show_copy_link=true"
357356
title=""
358357
style={{
359358
position: 'absolute',
@@ -408,7 +407,7 @@ To load the ad on page load:
408407
height: 0,
409408
width: '100%'}}>
410409
<iframe
411-
src="https://demo.arcade.software/9XkpLuC3tpiFFapWi7ao?embed&show_copy_link=true"
410+
src="https://demo.arcade.software/UcgFTZurQPXXud7WLyzD?embed&show_copy_link=true"
412411
title=""
413412
style={{
414413
position: 'absolute',
@@ -446,7 +445,6 @@ The steps to display an interstitial ad are as follows:
446445
8. In the end, add an action to [navigate](../../ff-concepts/navigation-routing/page-navigation.md#navigate-to-action) to the next page.
447446

448447

449-
450448
<Tabs>
451449
<TabItem value="1" label="Action flow for displaying interstitial Ad" default>
452450
<div style={{
@@ -455,7 +453,7 @@ The steps to display an interstitial ad are as follows:
455453
height: 0,
456454
width: '100%'}}>
457455
<iframe
458-
src="https://demo.arcade.software/9XkpLuC3tpiFFapWi7ao?embed&show_copy_link=true"
456+
src="https://demo.arcade.software/HXXxlkxn9FtIo0EepzAp?embed&show_copy_link=true"
459457
title=""
460458
style={{
461459
position: 'absolute',

docs/resources/projects/how-to-collaborate-on-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: How to Collaborate on Projects
44
description: Learn how to collaborate effectively on projects in FlutterFlow, including best practices for teamwork and project management.
55
tags: [Collaboration, FlutterFlow, Project Management]
66
toc_max_heading_level: 5
7-
sidebar_position: 2
7+
sidebar_position: 3
88
keywords: [Collaboration, FlutterFlow, Project Management]
99
---
1010

docs/resources/projects/how-to-create-find-organize-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: How to Create, Find, and Organize Projects
44
description: Learn how to create, find, and organize projects in FlutterFlow to streamline your app development process.
55
tags: [Project Management, FlutterFlow, Organization, Projects]
66
toc_max_heading_level: 5
7-
sidebar_position: 3
7+
sidebar_position: 1
88
keywords: [Project Management, FlutterFlow, Organization, Projects]
99
---
1010

docs/resources/projects/how-to-run-test-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: How to Run and Test Projects
44
description: Learn how to run and test projects in FlutterFlow to ensure your app functions correctly and meets your requirements.
55
tags: [Testing, Project Management, FlutterFlow, Projects]
66
toc_max_heading_level: 5
7-
sidebar_position: 1
7+
sidebar_position: 2
88
keywords: [Testing, Project Management, FlutterFlow, Projects]
99
---
1010

docs/resources/projects/settings/general-settings.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
slug: general-settings
33
title: General Settings
4-
tags: [project, assets, splash screen, launcher icon, adaptive icon]
4+
tags: [Project, Assets]
55
keywords: [project name, package name, asset, download settings, assets, splash screen, launcher icon, adaptive icon]
66
description: Learn how to configure general settings for your FlutterFlow app.
77
sidebar_position: 0
@@ -23,7 +23,6 @@ You can set a different name for the *App Store* and *Play Store* using the **Di
2323
:::tip
2424
After changing the package name, errors may appear on the toolbar due to invalidated Firebase config files. To resolve this, generate new config files by going to **Settings & Integrations > Project Setup > Firebase > Regenerate Config Files**.
2525
:::
26-
---
2726

2827
### Initial Page
2928

@@ -61,20 +60,17 @@ To set the page, simply choose the page that you want to use from the dropdown m
6160
</div>
6261
<p></p>
6362

64-
---
6563

6664
### Folder Organization
6765

6866
If you want the improved folder organization for your project, **Enable Updated Folder Organization**. This is especially helpful for older projects; for new projects, this is enabled by default.
6967

70-
---
7168

7269
### Download Settings
7370

7471
- **Run "dart fix"**: Enabling this will run the `dart fix` command when downloading the code. This makes the generated code cleaner and potentially more performant.
7572
- **Download Unused Project Assets**: Enable this option to download all assets, including those that are not currently used in the project. This is useful when you need to access and use the assets in custom code or other parts of your project.
7673

77-
---
7874

7975
### Routing & Deep Linking
8076

@@ -108,7 +104,6 @@ If you prefer watching a video tutorial, here is the guide for you:
108104
</div>
109105
<p></p>
110106

111-
---
112107
## App Assets
113108

114109
This allows you to upload the images to be used by the app. From here, you can upload the Initial splash image and the image for the app launcher icon.
@@ -133,7 +128,6 @@ The steps to configure the splash screen are as follows:
133128

134129
![splash-screen-configuration](../imgs/splash-screen-configuration.png)
135130

136-
---
137131

138132
### Launcher Icon
139133

@@ -151,7 +145,6 @@ To add the app launcher icon:
151145

152146
6. [Run your app](../../../testing-deployment-publishing/running-your-app/run-your-app.md) on a real device or emulator to see the app launcher icon.
153147

154-
---
155148
### Android Adaptive Icon
156149

157150
[Adaptive icons](https://developer.android.com/develop/ui/views/launch/icon_design_adaptive) are a design specification that allows app icons to adapt to different device environments without losing consistency in appearance. Unlike traditional launcher icons, which are static and can appear out of place or poorly scaled on different devices, adaptive icons consist of two layers:

docs/resources/projects/settings/project-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
slug: project-setup
33
title: Project Setup
4-
tags: [permissions, multiple languages, multi-platform, walkthrough]
4+
tags: [Setup, Permissions, Multiple Languages]
55
keywords: [permission message, enabling platforms, support multiple languages, adding custom permissions, walkthrough]
66
description: Learn how to setup your project in FlutterFlow.
77
sidebar_position: 0

0 commit comments

Comments
 (0)