flutter
woscsw
xxx
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
android集成flutter
1.如果开发中调用flutter没问题,但是打包后打开flutter页面报错,可能是签名有问题。 在proguard-rules.pro添加 -keep class io.flutter.facade.**{*;} -keep class io.flutter.plug.**{*;} -keep class io.flutter.app.** { *; } -keep class io.flutt...原创 2019-10-28 11:06:09 · 271 阅读 · 0 评论 -
Flutter与原生通信
文章目录IOS-->Flutter IOS–>Flutter xxx.m中 NSObject<FlutterBinaryMessenger>* _messenger;//自己找到messenger在哪 FlutterBasicMessageChannel *channel = [FlutterBasicMessageChannel messageChannelWithNa...原创 2019-01-22 14:20:05 · 2581 阅读 · 0 评论 -
Flutter环境配置 mac版
Flutter 环境配置mac 1.下载xcode、idea 2.修改国内镜像 (可以提高下载速度,防止国内访问被限制) 1、 启动Terminal终端工具 2、 输入: cd ~ ( 表示进入当前用户的home目录) 3、 输入: touch .bash_profile (表示创建bash_profile文件) 4、 打开并编辑:open .bash_profile 5、 在文件中写入下列代码:...原创 2019-08-17 17:34:15 · 947 阅读 · 0 评论 -
Flutter异常:There are multiple heroes that share the same tag within a subtree
flutter: The following assertion was thrown during a scheduler callback: flutter: There are multiple heroes that share the same tag within a subtree. flutter: Within each subtree for which heroes are ...原创 2019-09-06 11:10:34 · 1561 阅读 · 0 评论
分享