-
Notifications
You must be signed in to change notification settings - Fork 55
Building flutter apps
Hidenori Matsubayashi edited this page Jul 16, 2021
·
60 revisions
Target arch | Target backend | Build mode | Command |
---|---|---|---|
x64 | wayland | release | flutter-elinux build elinux |
x64 | x11 | release | flutter-elinux build elinux --target-backend-type=x11 |
x64 | gbm | release | flutter-elinux build elinux --target-backend-type=gbm |
x64 | eglstream | release | flutter-elinux build elinux --target-backend-type=eglstream |
x64 | wayland | debug | flutter-elinux build elinux --debug |
Target arch | Target backend | Build mode | Command |
---|---|---|---|
arm64 | wayland | release | flutter-elinux build elinux --target-arch=arm64 |
arm64 | wayland | debug | flutter-elinux build elinux --target-arch=arm64 --debug |
The artifacts will be put in build/${target-arch}/${build-mode}/bundle
.