flutter / flutter-engine

Created 3 years ago
Maintained by sdao
Flutter Engine which used to run flutter application  |  https://singoc.com
Members 1
Si Dao committed 3 years ago

flutter-engine

Flutter Engine which used to run Flutter application

The intention is to clone Flutter engine along with all dependencies to single repo which then can be frozen and download as tarball. This makes more easy to create spec file to build from.

  • Setup
  • Dependencies (fedora): sudo dnf install -y freetype freetype-devel libXcursor libXcursor-devel libXinerama libXinerama-devel libXrandr libXrandr-devel

TODO: implement build script to gathering source code directly from github instead of rehosting it.