manhluong / dart_sdk_build_raspberry_pi_dockerfile

Dockerfile to build the dart sdk.
https://luongbui.com/building-dart-2-sdk-for-armv6-using-docker-and-circleci/
1 stars 2 forks source link

Doesn't support dart2js, dart2native or simirar #30

Open jairoareyes opened 3 years ago

jairoareyes commented 3 years ago

I'm testing this approach into a Rpi Zero W, it works well when I run a file with .dart ext, however, I'd like to be able to compile it to a binary file. How can I achieve this?