Skip to content

Commit f91a166

Browse files
authored
Add rename notice
1 parent 1b8da24 commit f91a166

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/resources/control-flow/functions/utility-functions.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,12 @@ together, with the same text style applied to all of them. If you need to combin
8585
values with different text styles for each, consider using the **[RichText](../../ui/widgets/basic-widgets/text.md#richtext-widget)** widget.
8686
:::
8787

88-
## Inline Function
88+
## Inline Function (Code Expressions)
89+
90+
:::info
91+
**Code Expressions** was renamed to **Inline Functions** starting from FlutterFlow 6.0 version.
92+
:::
93+
8994
Often times, you may need to quickly format data, convert a data type from one form to another, or perform a simple calculation before setting the variable to a data source, such as a widget value source.
9095

9196
Inline Function is a piece of code that combines operators, variables, and/or values to produce a result. It can be used for arithmetic and logical operations, among other tasks.

0 commit comments

Comments
 (0)