DroidsOnRoids / bitrise-step-flutter

Bitrise step for Flutter
MIT License
18 stars 6 forks source link

Input "version" is never used, when Flutter already installed #12

Closed richard-bogdan-bitrise closed 5 years ago

richard-bogdan-bitrise commented 5 years ago

If Flutter already installed, then it won't check the input version, and wrong version of Flutter will be used.

Please see related code: A B C

I think it should check the version too, or at least add a warning message that in this case the version will be ignored (and make the input not required).

koral-- commented 5 years ago

Thanks for pointing this out.

At the time of creating this step there was no preinstalled Flutter on any Bitrise stack, so I've never considered case when Flutter is installed.