Skip to content

docs: fix typo #348

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 1 commit into from
May 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/ff-concepts/adding-customization/custom-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ While FlutterFlow provides a wide range of pre-built components and functionalit
times when you need to extend your app with custom logic or UI components that are not available out of the box.
This is where writing custom code comes into play.

There are a few different ways to make custom code accessible in FlutterFLow:
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).
Expand Down Expand Up @@ -522,4 +522,4 @@ If any project errors related to packages arise, they will be displayed in both
allow="clipboard-write">
</iframe>
</div>
<p></p>
<p></p>
Loading