Open zs-dima opened 1 year ago
Alpine package are currently provided by the community.
/cc @athomas @mit-mit
alpine maintainer of dart here. this is currently blocked by our bootstrap method, which is using windows x64 builds of dart via wine
I've switched bootstrap to https://github.com/dart-musl/dart builds.
current status for all architectures:
I tried running dart on alpine linux on my phone and it worked
BTW, if anyone wants to know how to install Dart, you can
install using this command
apk add --no-cache --repository https://dl-cdn.alpinelinux.org/alpine/edge/testing dart-sdk
alpine maintainer of dart here. this is currently blocked by our bootstrap method, which is using windows x64 builds of dart via wine
are you not interested in making dart on ubuntu arm64? I want to try Dart on Android but I can't, I can but I have to compile it manually
@azkadev There are ubuntu arm64 versions (https://dart.dev/get-dart/archive) and then there are the docker images ( https://hub.docker.com/r/arm64v8/dart/).
@azkadev There are ubuntu arm64 versions (https://dart.dev/get-dart/archive) and then there are the docker images ( https://hub.docker.com/r/arm64v8/dart/).
yes I know but it's not as easy as installing dart sdk/flutter like on alpine linux
which only uses apk add url
Currently Dart is for the x86_64 Alpine only. Could be nice to add ARM64 Alpine support as well.
https://gitlab.alpinelinux.org/alpine/aports/-/issues/13502#note_294749 https://git.alpinelinux.org/aports/tree/testing/dart/APKBUILD https://github.com/flutter/flutter/issues/73260