Skip to content

Commit daaf493

Browse files
authored
Merge branch 'main' into david/deployment
2 parents c943c42 + cba8993 commit daaf493

File tree

66 files changed

+3097
-423
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+3097
-423
lines changed
137 KB
Loading
128 KB
Loading

docs/accounts-billing/new-pricing-comparison.md

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

docs/accounts-billing/plan-pricing.md

Lines changed: 568 additions & 4 deletions
Large diffs are not rendered by default.

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

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

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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)