Flutter Web在美团外卖的实践 - 掘金
让项目支持web :flutter create .
运行:flutter run -d chrome
运行指定渲染方式:flutter run --web-renderer html -d chrome
打包:flutter build web --release --web-renderer html
官…
刚解决libavcodec的问题,又来了个google都无法解决的问题,继续啃源码。
/usr/include/glib-2.0/glib/gmacros.h:241:53: error: size of array ‘_GStaticAssertCompileTimeAssertion_0’ is negative 真是啥问题都能遇到阿。继续追踪问题的原因,包错文件为gtypes.h就找到该…