Skip to content

Commit eca809e

Browse files
committed
Added video link
1 parent 0349820 commit eca809e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/resources/projects/version-management.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,11 @@ If you have a complex app with custom code that depends on specific versions of
7474
1. You’ll be notified when a new stable version is released, typically every four weeks.
7575
2. When a new stable version is released, you can choose when you would like to upgrade based on your own release schedule and development process. For instance, you might wait until you're not actively developing a new feature, or you could check the release notes first to see if there are must-have features that would prompt you to upgrade sooner.
7676
3. When you’re ready to upgrade, update the pinned version and create a new branch in your project. Run your app on the platforms you support—using a simulator, emulator, or physical device to ensure everything works as intended.
77-
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](../../ff-concepts/adding-customization/custom-code.md#manage-dependencies)/custom code).
77+
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).
7878

79-
For a deeper look at workflow, check out our video guide for more details.
79+
:::tip
80+
See the video [**here**](https://youtu.be/8Y1uyCC_dXE) for guidance on updating [**dependencies**](../../ff-concepts/adding-customization/custom-code.md#manage-dependencies).
81+
:::
8082

8183
## Version Management with Libraries
8284

0 commit comments

Comments
 (0)