Skip to content

Commit bd3711e

Browse files
authored
Merge branch 'main' into feature/ai-agent
2 parents 2237878 + 576ee5e commit bd3711e

File tree

7 files changed

+716
-160
lines changed

7 files changed

+716
-160
lines changed

docs/ff-concepts/adding-customization/configuration-files.md

Lines changed: 710 additions & 0 deletions
Large diffs are not rendered by default.

docs/ff-concepts/adding-customization/custom-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ There are a few different ways to make custom code accessible in FlutterFLow:
1919
* **[Custom Functions](custom-functions.md):** Custom Dart functions that can be used to set Widget or Action properties.
2020
* **[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).
2121
* **[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.
22-
* **[Custom Files](custom-files.md):** Within Custom Files, you'll have the ability to edit some parts of the `main.dart` file.
22+
* **[Configuration Files](configuration-files.md):** You'll have the ability to edit native files for Android and iOS.
2323

2424

2525
:::tip[Why Write Custom Code?]

docs/ff-concepts/adding-customization/custom-files.md

Lines changed: 0 additions & 159 deletions
This file was deleted.

firebase.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2373,6 +2373,11 @@
23732373
"destination": "/generated-code/state-management",
23742374
"type": 301
23752375
},
2376+
{
2377+
"source": "/concepts/custom-code/custom-files",
2378+
"destination": "/concepts/custom-code/configuration-files",
2379+
"type": 301
2380+
},
23762381
{
23772382
"source": "/marketplace/creators-hub/submit-item-for-reivew",
23782383
"destination": "/marketplace/creators-hub/submit-item-for-review",

0 commit comments

Comments
 (0)