Skip to content

Commit d43c4ba

Browse files
authored
Merge branch 'main' into pinkesh/rest-api-fix-videos
2 parents 83d591c + 5a31188 commit d43c4ba

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)