Skip to content

Commit 8043432

Browse files
committed
Update manage dependencies
1 parent a786b67 commit 8043432

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -504,11 +504,9 @@ This example demonstrates how to add a [**pub.dev**](https://pub.dev) package to
504504

505505
## Manage Dependencies
506506

507-
You can also add packages directly on the **Dependencies** page (at **Settings and Integrations > Project Setup > Project Dependencies**) and they will be reflected in your custom actions or custom widgets, because packages are managed at the project level.
507+
You can manage dependencies directly from **Settings and Integrations > Project Dependencies** > **Custom Dependencies** tab.
508508

509-
Additionally, when you create a new custom action or widget, all previously added custom dependencies will be listed on the **Pubspec** **Dependencies** list on the right side. This ensures that you can easily track all custom dependencies in the project, avoiding duplication or conflicts that could override each other or cause project errors.
510-
511-
If any project errors related to packages arise, they will be displayed in both the custom code editor and the Dependencies page. You can also update the version numbers of custom packages directly from the Dependencies page. This streamlined process helps maintain consistency and reduces potential issues related to custom packages.
509+
If version conflicts occur, warnings will appear in both the **Custom Dependencies** tab and the **Custom Code** editor. You can also bump package versions directly from the list, making it easier to resolve issues and keep dependencies consistent.
512510

513511
<div style={{
514512
position: 'relative',

0 commit comments

Comments
 (0)