Skip to content

Commit 30c9540

Browse files
committed
Link from custom code section
1 parent a838d13 commit 30c9540

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ There are a few different ways to make custom code accessible in FlutterFlow:
1818

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).
21+
* **[Code File](code-file.md):** You can define custom classes, enums, and logic to manage your app’s data and behavior.
2122
* **[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.
2223
* **[Configuration Files](configuration-files.md):** You'll have the ability to edit native files for Android and iOS.
2324

2425

26+
2527
:::tip[Why Write Custom Code?]
2628

2729
- **Extend Functionality:** Add features that are not included in the standard FlutterFlow

0 commit comments

Comments
 (0)