Skip to content

Commit 974129a

Browse files
committed
Moving to settings underneath project
1 parent 45ab7c3 commit 974129a

File tree

8 files changed

+3
-3
lines changed

8 files changed

+3
-3
lines changed
Binary file not shown.

docs/resources/projects/libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ To import a library project into another FlutterFlow project, you must go to the
139139
- By default, the latest published version of the library is imported, but you can choose to depend on an earlier version if needed.
140140
- You can also import the `current` version of the library to use the latest state of the library on the main branch - however, this is not recommended.
141141
- You must have a paid plan to import a library.
142-
- When you import a library into a project or another library, the library’s version must be lower than the project or library it’s being imported into. Learn more about managing the library’s FlutterFlow version [**here**](version-management.md) and [**here**](version-management.md#version-management-with-libraries).
142+
- When you import a library into a project or another library, the library’s version must be lower than the project or library it’s being imported into. Learn more about managing the library’s FlutterFlow version [**here**](../projects/settings/version-management.md) and [**here**](../projects/settings/version-management.md#version-management-with-libraries).
143143
:::
144144

145145

docs/resources/projects/version-management.md renamed to docs/resources/projects/settings/version-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ If you have a complex app with custom code that depends on specific versions of
109109
4. If everything looks good, you're good to go! If for some reason your app is not working as expected, you can choose to revert the version and lose those testing changes until you are ready to make the modifications needed to support the latest FlutterFlow version (i.e. upgrade dependencies/custom code).
110110

111111
:::tip
112-
See the video [**here**](https://youtu.be/8Y1uyCC_dXE) for guidance on updating [**dependencies**](../../ff-concepts/adding-customization/custom-code.md#manage-dependencies).
112+
See the video [**here**](https://youtu.be/8Y1uyCC_dXE) for guidance on updating [**dependencies**](../../../ff-concepts/adding-customization/custom-code.md#manage-dependencies).
113113
:::
114114

115115
## Version Management with Libraries
116116

117-
[Libraries](libraries.md) have their own versions, and each library version corresponds to a specific FlutterFlow version. The FlutterFlow version of the library version is determined by the version used (pinned or otherwise) when the project was updated.
117+
[Libraries](../libraries.md) have their own versions, and each library version corresponds to a specific FlutterFlow version. The FlutterFlow version of the library version is determined by the version used (pinned or otherwise) when the project was updated.
118118

119119
Library projects can also be pinned to a specific version, ensuring that all library versions use that FlutterFlow release until the pinned version is changed.
120120

0 commit comments

Comments
 (0)