sony / flutter-elinux

Flutter tools for embedded Linux (eLinux)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to build flutter-elinux binary

seanchann opened this issue · comments

we need a document for the developer. the current project is not a normal flutter project. using flutter build linux does not work for me

sorry, I may have confused you. I modify the file in the dir flutter-elinux/lib. so need to rebuild flutter-elinux binary. the wiki is just given a cp command

Sorry, I'm not sure what your question is.

just see
image
add a --verbose with cmake --build. so need manual build flutter-elinux

Please use the latest version and try flutter-elinux build elinux

I made a mistake, directly modifying lib/*.dart in flutter-elinux will take effect directly. flutter-elinux is a shell script in bin dir, no need to generate or compiler and so on