Skip to content

Commit e7faefd

Browse files
committed
Fix link to pub.dev
1 parent 8043432 commit e7faefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Use this approach only when the component is a fixed element that does not chang
6767
:::
6868

6969
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
70-
[pub.dev](custom-code.md#pubdev), you can simply return an existing Component created on the canvas, rather than coding a new one from scratch.
70+
[pub.dev](https://pub.dev/), you can simply return an existing Component created on the canvas, rather than coding a new one from scratch.
7171

7272
:::tip[Imports]
7373
When referencing a Component class in your code, FlutterFlow will automatically add the necessary import statement.

0 commit comments

Comments
 (0)