会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
nightfallsad
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
下一页
2019年10月21日
关于 flutter ios Flutter.framework: Permission denied
摘要: 参考:https://github.com/flutter/flutter/issues/40146 flutter切换到1.9.1-hotfix.5版本,然后切回到1.5.4-hotfix.2,居然报权限问题。Flutter.framework: Permission denied 查了下应该是1
阅读全文
posted @ 2019-10-21 17:52 nightfallsad
阅读(912)
评论(0)
推荐(0)
2019年10月17日
关于 flutter Could not find a generator for route RouteSettings
摘要: 路由这块还是需要考虑下的,用popAndPushNamed传参的时候用了onGenerateRoute 信息也给出了route search层级,我是因为在onGenerateRoute里没做拦截,直接return null了 Generators for routes are searched f
阅读全文
posted @ 2019-10-17 15:14 nightfallsad
阅读(3584)
评论(0)
推荐(0)
2019年10月15日
关于 flutter开发碰到的各种问题,有的已经解决有的一直没解决或者用其他方法替代
摘要: 1、amap插件amap_search和amap_location打包冲突 2、amap打包没打到arr里,需要单独依赖,但是集成到原生不起作用 3、build失败 4、dartvm报错 5、dart端调methodchannel的时候必须传参 6、debug报错 7、debug报错闪退 8、ima
阅读全文
posted @ 2019-10-15 14:22 nightfallsad
阅读(809)
评论(0)
推荐(0)
2019年10月12日
关于 Flutter IOS build It appears that your application still contains the default signing identifier.
摘要: 看意思是identifier没配置,不过配置了也是有时候可以有时候不行,很奇怪
阅读全文
posted @ 2019-10-12 14:13 nightfallsad
阅读(1932)
评论(0)
推荐(0)
关于 flutter本地化问题 The getter 'pasteButtonLabel' was called on null
摘要: 参考 https://blog.csdn.net/Nathan1987_/article/details/92788141 https://www.kikt.top/posts/flutter/framework/cupertino-paste-tooltip/ 默认flutter里的粘贴等提示是英
阅读全文
posted @ 2019-10-12 11:48 nightfallsad
阅读(1114)
评论(0)
推荐(0)
2019年10月11日
关于 flutter集成到ios打开flutter页面的时候appbar不显示
摘要: flutter打包集成到ios打开一个不需要加载接口数据的页面有几率appbar消失,目前解决方案是不用appbar直接用Container模仿
阅读全文
posted @ 2019-10-11 13:43 nightfallsad
阅读(1131)
评论(0)
推荐(0)
2019年10月10日
关于 flutter Xcode debug 出现 Main Thread Checker: UI API called on a background thread
摘要: 参考: https://blog.csdn.net/gwh111/article/details/95071105 https://stackoverflow.com/questions/53379908/arkit-template-xcode-project-main-thread-checke
阅读全文
posted @ 2019-10-10 14:38 nightfallsad
阅读(375)
评论(0)
推荐(0)
2019年10月8日
关于Flutter Undefined symbols for architecture i386: "_OBJC_CLASS_$_FlutterAppDelegate" 和 Undefined symbols for architecture x86_64:
摘要: 参考https://www.jianshu.com/p/901a1012244b,https://www.cnblogs.com/dev1024/p/6370944.html 引入Flutter后build报错 改下build settings配置
阅读全文
posted @ 2019-10-08 10:14 nightfallsad
阅读(1349)
评论(0)
推荐(0)
2019年9月25日
关于 Flutter IOS混合开发打包Framework集成到原生IOS工程 和 flutter_boost使用
摘要: 参考https://juejin.im/post/5d79af99e51d453c11684ce8 flutter_boost从0.1.53开始提供了swift demo,但example_swift居然跑不起来,oc的example可以。 1、 直接把example Flutter下的Debug.
阅读全文
posted @ 2019-09-25 10:20 nightfallsad
阅读(2376)
评论(0)
推荐(0)
2019年9月24日
关于 Failed to emit precompiled header
摘要: 新拉下来的OC swift 混合项目build的时候报错,但是在负责开发的同事电脑上就没问题,原因是因为有几个链接文件没push上去
阅读全文
posted @ 2019-09-24 14:01 nightfallsad
阅读(1561)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
下一页
公告