Open quanggdungg0609 opened 10 months ago
Has this issue been resolved?
@IceIce1030 yes (@quanggdungg0609 also reported it on discord, and we talked there)
Linux arm64 is not supported as a host platform right now. MacOS arm64 is supported though, in the above case he just switched to that.
flutterpi_tool doesn't run apps (yet), so you need to use flutter custom-devices for that
flutterpi_tool doesn't run apps (yet), so you need to use flutter custom-devices for that
I configure my Raspberry PI device, and now it's in flutter devices
. However when i create lanuch.json
inside Vscode:
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "pi_attendance_app",
"request": "launch",
"type": "dart"
},
{
"name": "pi_attendance_app (profile mode)",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "pi_attendance_app (release mode)",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}
Select device from list and then press Run i have:
Launching lib/main.dart on Raspberry Pi 5 in debug mode...
filesystem_layout.c: icudtl file not found!
Application finished.
Is there any way to run in debug mode my application? Looks like native flutter run don't generate engine file icudtl
Same issue here. Is there any way to run flutter on raspberry pi?! I did the instalation with snapp_installer and several days I'm trying to run the simple basic project with no success.
i have the problem when build the demo app, here is my errors:
Can someone help me find a solution.