Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest master commit with Dart 3 installed for ARM #95

Open
ernesto-elsaesser opened this issue Dec 28, 2022 · 1 comment
Open

Latest master commit with Dart 3 installed for ARM #95

ernesto-elsaesser opened this issue Dec 28, 2022 · 1 comment

Comments

@ernesto-elsaesser
Copy link

For ARM machines, the flutter.sh script installs Flutter from the GitHub repository, using the latest commit on the master branch:

https://github.com/canonical/flutter-snap/blob/main/flutter.sh#L49-L55

Currently, the master branch is already on Dart 3.0.0 - which is neither officially released nor supported by pub packages (compare https://github.com/flutter/flutter/blob/master/bin/internal/engine.version).

This of course makes such an install unusable. The flutter.sh script should instead check out some sensible tag/release.

@jpnurmi
Copy link
Contributor

jpnurmi commented Dec 30, 2022

It's probably a relic from times when arm64 was only supported on the master channel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants