Results 3 issues of hyiso

Adding `spine_flutter` to a Flutter module (for add2app usage), and run the host iOS project, it can't find the spine_flutter.framework/spine_flutter when opening Flutter page in Debug mode ```bash flutter: Invalid...

bug

Make `dart run` support remote package like the `npx` tool in frontend community. Currently, `dart run ` only support package in project (dev) dependencies. It's inconvenient for template creating tool...

type-enhancement

在鸿蒙上,通过 [displaySync](https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V5/js-apis-graphics-displaysync-V5) 的 `on('frame', callback)` 回调里调用 `PAGPlayer.flush` 会导致 appfreeze 堆栈: ``` Tid:28599, Name: #00 pc 00000000001b7300 /system/lib/ld-musl-aarch64.so.1(__timedwait_cp+192)(b664bc5d2da1df3613e7a9fbab621c4b) #01 pc 00000000001b9304 /system/lib/ld-musl-aarch64.so.1(__pthread_cond_timedwait+188)(b664bc5d2da1df3613e7a9fbab621c4b) #02 pc 00000000000c11c0 /system/lib64/libc++.so(std::__h::condition_variable::__do_timed_wait(std::__h::unique_lock&, std::__h::chrono::time_point)+108)(4b28bf57464f7ad3777a5410d7b843a0ebcad4e4) #03 pc 0000000000053c8c /system/lib64/chipset-pub-sdk/libsurface.z.so(0d8e9802adcb0d9deaebe12e94fbbfbf)...