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

Is version 2.0.3 published? #43

Closed Mehdi-Sohrabi0 closed 2 months ago

Mehdi-Sohrabi0 commented 2 months ago

Orb version: 2.0.3

What happened:

Cannot find circleci/flutter@2.0.3 in the orb registry. Check that the namespace, orb name and version are correct.

Expected behavior:

The latest version (2.0.3) is not published on cci.

I have trouble running version 2.0.2 with macos.m1.large.gen1, I can see that there is a fix in the latest commit for this problem, but the pipeline for that is failed, and the latest version is still 2.0.2 while it should be 2.0.3.

rMozes commented 2 months ago

Facing the same issue

mlb5000 commented 2 months ago

Same. Since CircleCI are deprecating Intel MacOS, and M-series is all ARM, it makes Flutter builds unusable there. Please publish 2.0.3

Mehdi-Sohrabi0 commented 2 months ago

There is a PR #41 to fix the build issue.

zaki-arain commented 2 months ago

This should be addressed in #44 , which is now released as v2.0.4. Please try to to use circleci/flutter-orb@2.0.4, thank you!