一、运行Xcode编译或者flutter run/build 过程中报错:"x86_64" is not an allowed value for option "ios-arch".
二、Flutter plugin not installed; this adds Flutter specific functionality. Dart plugin not installed; this adds Dart specific functionality
三、Android license status unknown
四、MissingPluginException(No implementation found for method xxx on channel xxx)
五、Waiting for another flutter command to release the startup lock
六、'Flutter/Flutter.h' file not found
七、error: cannot parse the debug map for xxx: No such file or directory
八、diff: /../Podfile.lock: No such file or directory
九、Flutter Bitcode
十、module importing failed: ('invalid syntax', ('temp.py',xxx
十一、Flutter集成到现有工程后,性能问题
十二、iOS系统中,第一次从Native跳转到Flutter页面时,会出现LaunchScreen
以上是我们到目前为止遇到的主要坑位,以及解决方案和原因分析,Flutter无论从性能还是人效方面来讲,都会在熟悉之后节省不少成本,希望各位能从我们的经验中节省更多宝贵的时间。同时,也希望大家把更多的埋坑记录发到评论里,帮助友队一起学习,一起成长。欢迎技术交流!