CircleCI-Public / flutter-orb

Easily install Flutter SDK and package dependencies. Also wasily run unit test and lint. Supports Linux and macOS
https://circleci.com/developer/orbs/orb/tadashi0713/flutter-orb
MIT License
2 stars 16 forks source link

Flutter SDK installation is failed of orb 2.0.3 #36

Closed KevinJ1008 closed 2 months ago

KevinJ1008 commented 7 months ago

Orb version:

2.0.3

What happened:

Installing Flutter SDK is failed

Expected behavior:

Flutter SDK should be install success

Additional Information:

I try to use 2.0.3 to test installing flutter SDK in arm architecture could work or not, but I got failing result. The orb version I used is: https://circleci.com/developer/orbs/orb/circleci/flutter?version=dev:b473172d318fb10def77644e0b8cace70c2acd6a

Then I found there is an incorrect env key after checking script in install-sdk.sh: image It should be ORB_VAL_FLUTTER_SDK_VERSION instead of ORB_VAL_FLUTTER_SK_VERSION

zaki-arain commented 2 months ago

This should be addressed in #44 , which is now released as v2.0.4. Thank you for your contribution towards this release! Please try to to use circleci/flutter-orb@2.0.4, thank you again!