### Prepare icu data (TODO: try to build it into the library directly!)
set SKIA_ROOT and FLUTTER_ROOT to your $PATH. SKIA_ROOT is the root folder of your skia repository. FLUTTER_ROOT is the root folder of your flutter engine repository.
move the built icu data file from $FLUTTER_ROOT/out/host_debug_unopt/icudtl.dat to the StreamingAssets path
### Creat symbolic
Create symbolic as follows. Flutter engine txt include skia header in this pattern 'third_party/skia/*', so without symbolic, the txt lib will include skia
header file in flutter engine, instead of headers in skia repo.