leanflutter / flutter_distributor

An all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs.
https://distributor.leanflutter.dev/
MIT License
812 stars 114 forks source link

fvm not support #77

Closed ShellPeng closed 2 years ago

ShellPeng commented 2 years ago

I have trouble in packaging zip for macos when i use fvm . for flutter,i have local version 2.8.1 and fvm version .

nzkn commented 2 years ago

The same issue for me

Adherentman commented 2 years ago

The same issue for me

lijy91 commented 2 years ago

For fvm , you can add the fvm default flutter version path to your .bashrc or .zshrc .

export PATH="$HOME/fvm/default/bin:$PATH"

You can use the flutter global command to switch versions.

fvm global 3.0.1

Or

fvm global 3.0.5