Project Flavors
You can have multiple Flutter SDK versions configured per project environment or release type. FVM follows the same convention of Flutter and calls this flavors
.
It allows you to create the following configuration for your project.
#
Pin flavor versionTo choose a Flutter SDK version for a specific flavor you just use the use
command.
This will pin version
to flavor_name
#
Switch flavorsWill get the version configured for the flavor and set as the project version.
#
View flavorsTo list all configured flavors: