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
description: Learn how to configure general settings for your FlutterFlow app.
7
7
sidebar_position: 0
@@ -23,7 +23,6 @@ You can set a different name for the *App Store* and *Play Store* using the **Di
23
23
:::tip
24
24
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**.
25
25
:::
26
-
---
27
26
28
27
### Initial Page
29
28
@@ -61,20 +60,17 @@ To set the page, simply choose the page that you want to use from the dropdown m
61
60
</div>
62
61
<p></p>
63
62
64
-
---
65
63
66
64
### Folder Organization
67
65
68
66
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.
69
67
70
-
---
71
68
72
69
### Download Settings
73
70
74
71
-**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.
75
72
-**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.
76
73
77
-
---
78
74
79
75
### Routing & Deep Linking
80
76
@@ -108,7 +104,6 @@ If you prefer watching a video tutorial, here is the guide for you:
108
104
</div>
109
105
<p></p>
110
106
111
-
---
112
107
## App Assets
113
108
114
109
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:
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.
153
147
154
-
---
155
148
### Android Adaptive Icon
156
149
157
150
[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:
0 commit comments