Skip to content

Commit 5a31188

Browse files
authored
Clarify about package dependency (#166)
1 parent 22f7dfb commit 5a31188

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
18.8 KB
Loading

docs/ff-concepts/adding-customization/vscode-extension.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@ For Custom Actions and Custom Widgets, there’s a one-to-one relationship betwe
205205

206206
For Custom Functions, all functions are contained within a single file: `lib/flutter_flow/custom_functions.dart`. You can add, edit, or delete custom functions directly within this file.
207207

208+
For Package Dependencies, you can [add new dependencies](#adding-new-dependencies) in the `pubspec.yaml` file, but you cannot modify the existing ones. When you add a new dependency, it will appear in **Settings and Integrations > Project Dependencies > Custom Code Dependencies** section.
209+
210+
![custom-code-dependencies](imgs/custom-code-dependencies.png)
208211

209212
### Renaming Files
210213

0 commit comments

Comments
 (0)