You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ff-concepts/adding-customization/import-flutter-packages.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ title: Import Flutter Packages
6
6
7
7
# Import Flutter Packages
8
8
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.
10
10
11
11
This guide explains how to add a package dependency and import it into your custom code.
0 commit comments