Release In Multiple Channels
Sometimes a Flutter version exists in multiple channels. FVM prioritizes the most stable channel: stable > beta > dev.
Example
Version 3.16.0
exists in both stable and beta channels:
# Installs from stable channel (default)
fvm use 3.16.0
Force Specific Channel
To install from a specific channel, use @channel
:
# Install from beta channel
fvm use 3.16.0@beta