Skip to content

Commit 3a14489

Browse files
committed
add import info
1 parent 1ee8c21 commit 3a14489

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/ff-concepts/adding-customization/common-examples.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Most custom FlutterFlow classes are prefixed with `FF<ClassName>` or `FlutterFlo
2222
In a **[Custom Widget](custom-widgets.md)**, you can integrate a previously built **[FlutterFlow Component](../../resources/ui/components/intro-components.md)** directly, saving you from recreating child content in code. For example, if you’re building a Custom Widget to display custom dialog boxes or bottom sheets using a package from
2323
[pub.dev](custom-code.md#pubdev), you can simply return an existing Component created on the canvas, rather than coding the content from scratch.
2424

25+
:::tip[Imports]
26+
When referencing a Component class in your code, FlutterFlow will automatically add the necessary import statement.
27+
:::
28+
2529
![return-widget-custom-code.png](imgs/return-widget-custom-code.png)
2630

2731

0 commit comments

Comments
 (0)