sony / flutter-elinux

Flutter tools for embedded Linux (eLinux)
BSD 3-Clause "New" or "Revised" License
460 stars 44 forks source link

how to build flutter-elinux binary #112

Closed seanchann closed 2 years ago

seanchann commented 2 years ago

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

HidenoriMatsubayashi commented 2 years ago

Please check https://github.com/sony/flutter-elinux/wiki

seanchann commented 2 years ago

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

HidenoriMatsubayashi commented 2 years ago

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

seanchann commented 2 years ago

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

HidenoriMatsubayashi commented 2 years ago

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

seanchann commented 2 years ago

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