Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
<3.0.0
-><4.0.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
leoafarias/fvm (fvm)
v3.2.1
Compare Source
--fvm-skip-input
flag not applying to contextfvm list
now displays the cache path even if no version is installedv3.2.0
Compare Source
--fvm-skip-input
flag is passed.v3.1.7
Compare Source
fvm list
command by @digoreisv3.1.6
Compare Source
v3.1.5
Compare Source
v3.1.4
Compare Source
v3.1.3
Compare Source
v3.1.2
Compare Source
fvm api context
command not been parsed correctly by @leoafariasv3.1.1
Compare Source
v3.1.0
Compare Source
v3.0.14
Compare Source
v3.0.13
Compare Source
fvm use [version] --force
now skips install confirmation prompt by @mrgnhnt96install
anduse
,--skip-pub-get
by @mrgnhnt96v3.0.12
Compare Source
v3.0.11
Compare Source
fvm update
command. Due to issue with brew and chocolatey install.v3.0.10
Compare Source
v3.0.9
Compare Source
v3.0.8
Compare Source
fvm global --unlink
#619v3.0.7
Compare Source
fvm use [version]
andfvm install
now also create legacyfvm_config.json
file for easier 3.0 migration path.fvm_config.json
is now deprecated in favor of.fvmrc
file. FVM will migrate it automatically.v3.0.6
Compare Source
fvm flutter
command falls back to global fvm version if version not found in directory.v3.0.5
Compare Source
v3.0.4
Compare Source
fvm install
command not creating sdk reference #618v3.0.3
Compare Source
v3.0.2
Compare Source
v3.0.1
Compare Source
v3.0.0
Compare Source
Added
flutter
, commands instead offvm flutter
fvm
in unpriviledge mode, it will not require admin rights to run, however local Flutter SDK project references will be absolute paths instead of relative links.Improvements
fvm flutter
command proxy.fvm doctor
command. Now provides much better output and information about the project and environment.fvm releases
output.fvm list
output.fvm global
command.--update-check
flag onfvm config
Changed
fvm releases
now defaults tostable
channel. Use--all
flag to see all releases, or filter by channel.fvm use {flavor}
fvm remove --all
.fvmrc
instead of.fvm/fvm_config.json
, and.fvm
can be added to.gitignore
, FVM will migrate it automatically.fvm use {version} --env {flavor}
as an alias forflavor
. Might be deprecated in the future sinceenv
has become a better description for environment specific settings thanflavor
.commit hash
, hash needs ot be 10 digits. FVM will now validate it, and provide the correct hash if it can.Breaking Changes
.fvmrc
instead of.fvm/fvm_config.json
. FVM will migrate it automatically. However.fvm
should be ignored, if you depend onfvm_config.json
in your tools or CI, you should update your configuration.fvm install
- Will not setup by default. Use--setup
flag to setup Flutter SDK. Flag--skip-setup
is removed.fvm releases
- Defaults tostable
releases. Use--all
flag to see all releases, or filter by channel using--channel {channel}
.fvm flavor
- Removed in favor offvm use {flavor}
.fvm use
- Will always setup by default. Use--skip-setup
flag to skip setup.FVM_HOME
is nowFVM_CACHE_PATH
.FVM_GIT_CACHE
is nowFVM_FLUTTER_URL
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.