Skip to content

Commit 7d1a2ec

Browse files
authored
Update docs/ff-concepts/adding-customization/custom-code.md
1 parent da7ffee commit 7d1a2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ff-concepts/adding-customization/custom-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ one.
297297

298298
When adding a pubspec dependency to your custom code in FlutterFlow, you’ll need two pieces of [information](#setup-code): the Package name with its Version number and the Import statement.
299299

300-
### Using Private or Unpublished Packages
300+
### Using Unpublished or Private Packages
301301
FlutterFlow supports the use of unpublished packages, which allows you to integrate packages that are not yet available on **pub.dev**. This capability is particularly useful when working with custom, forked, or private packages hosted on public or private repositories. By leveraging this, you can enhance your app’s functionality with customized or proprietary libraries tailored to your specific needs.
302302

303303
:::info[Possible Use Cases]

0 commit comments

Comments
 (0)