Flutter SDK For ARM64 Linux Host.
Building the Flutter SDK is pretty simple (checkout scripts/setup-flutter-sdk.sh), but this repository exists to save up time & computing resources by making a readily downloadable SDK.
You can also use scripts/boot-arm64.sh
to boot a Debian 12 ARM64 VM using QEMU
(sudo apt install qemu-utils qemu-efi-aarch64 qemu-system-arm).
If this is your first time booting the VM, You will need to do some setup, This can be done by mounting the host passthrough filesystem in the VM:
mkdir /mnt/tmp && mount -t 9p -o trans=virtio,version=9p2000.L host0 /mnt/tmp
And then running the setup-guest.sh script
located inside /mnt/tmp/ (Should be inside
/mnt/tmp/scripts/setup-guest.sh but maybe
different depending on which directory you
booted the VM from). Then you can reboot the
system (reboot now) and login with username
user and password 123.