Replies: 2 comments 4 replies
-
hey @pocotheo can you please share your build ID so I can take a look? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello @dtrdic ,
I can’t find your question on Github, so I’ll answer you here.
On my pubspec.yaml file I set the environment to: ">=2.12.0 <3.0.0”
On Codemagic, I use the stable channel.
Thanks,
Theodor
… On 17 May 2023, at 09:55, David Maldonado ***@***.***> wrote:
can you check what Flutter SDK version are you using?
—
Reply to this email directly, view it on GitHub <#1657 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AOIHBVJEKQTTT62OF24PDEDXGRY6BANCNFSM6AAAAAAYCI6R5E>.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Flutter build works fine locally on Visual Studio Code, but it returns 'failed to install dependencies' on Codemagic.
This is the error:
'Because depends on flutter_localizations from sdk which depends on intl 0.18.0, intl 0.18.0 is required.
So, because depends on intl 0.17.0, version solving failed.'
When I try to override the intl dependency to 0.18.0, the dependencies can be installed on Codemagic, but I get an error regarding some conflicts between some other dependencies.
I have my environment sdk set to ">=2.12.0 <3.0.0" in my pubspec.yaml, but it seems it isn't taken into account when I try to deploy it on Codemagic on Flutter stable channel.
Can you please help me?
Beta Was this translation helpful? Give feedback.
All reactions