-
Notifications
You must be signed in to change notification settings - Fork 109
Use VS code extension with FVM #272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add the relevant links.
@@ -231,6 +231,72 @@ To delete a Custom Action or Widget, delete the associated file. | |||
### Adding New Dependencies | |||
You can add custom [pub.dev](https://pub.dev/) package dependencies with the `Dart: Add Dependency` command from the Visual Studio Code command palette. This will update the `pubspec.yaml` file. | |||
|
|||
## Use with Flutter Version Management (FVM) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Use with Flutter Version Management (FVM) | |
## Using Flutter Version Management (FVM) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
@@ -231,6 +231,72 @@ To delete a Custom Action or Widget, delete the associated file. | |||
### Adding New Dependencies | |||
You can add custom [pub.dev](https://pub.dev/) package dependencies with the `Dart: Add Dependency` command from the Visual Studio Code command palette. This will update the `pubspec.yaml` file. | |||
|
|||
## Use with Flutter Version Management (FVM) | |||
If you want to manage Flutter versions with **Flutter Version Management (FVM)**, you need to install it and add it to your system’s PATH. Follow these steps to get started: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should point it to FVM homepage for more info.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup! added now.
@PoojaB26 you can take a look again. |
Description
Use VS code extension with FVM
Linear ticket and magic word Fixes DEVR-718
Type of change