Skip to content

Edit Native Configuration Files #289

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Mar 26, 2025
705 changes: 705 additions & 0 deletions docs/ff-concepts/adding-customization/configuration-files.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/ff-concepts/adding-customization/custom-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ There are a few different ways to make custom code accessible in FlutterFLow:
* **[Custom Functions](custom-functions.md):** Custom Dart functions that can be used to set Widget or Action properties.
* **[Custom Actions](custom-actions.md):** Custom Dart functions that can be triggered by [Action Triggers](https://docs.flutterflow.io/resources/functions/action-triggers/) or used as nodes in an [Action Flow](https://docs.flutterflow.io/resources/functions/action-flow-editor#action-flow-editor). These are usually `async` functions and are able to import [custom package dependencies](#adding-a-pubspec-dependency).
* **[Custom Widgets](custom-widgets.md):** Custom Flutter widgets that can also import [custom package dependencies](#adding-a-pubspec-dependency) and be used in the same way as [Components](https://docs.flutterflow.io/resources/ui/components) throughout your project.
* **[Custom Files](custom-files.md):** Within Custom Files, you'll have the ability to edit some parts of the `main.dart` file.
* **[Configuration Files](configuration-files.md):** You'll have the ability to edit native files for Android and iOS.


:::tip[Why Write Custom Code?]
Expand Down
159 changes: 0 additions & 159 deletions docs/ff-concepts/adding-customization/custom-files.md

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -2373,6 +2373,11 @@
"destination": "/generated-code/state-management",
"type": 301
},
{
"source": "/concepts/custom-code/custom-files",
"destination": "/concepts/custom-code/configuration-files",
"type": 301
},
{
"source": "/marketplace/creators-hub/submit-item-for-reivew",
"destination": "/marketplace/creators-hub/submit-item-for-review",
Expand Down