Skip to content

Commit 6daf031

Browse files
committed
fixed build errors
1 parent 7857450 commit 6daf031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ff-concepts/adding-customization/import-flutter-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Import Flutter Packages
66

77
# Import Flutter Packages
88

9-
Flutter packages extend app functionality by adding dependencies hosted on [pub.dev](https://pub.dev). These can be used in [Custom Widgets](/custom-widgets) and [Custom Actions](/custom-actions) to introduce new features or libraries into a project.
9+
Flutter packages extend app functionality by adding dependencies hosted on **[pub.dev](https://pub.dev)**. These can be used in Custom Widgets and Custom Actions to introduce new features or libraries into a project.
1010

1111
This guide explains how to add a package dependency and import it into your custom code.
1212

0 commit comments

Comments
 (0)