会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
nightfallsad
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
12
下一页
2020年11月25日
关于 flutter 1.12.13 版本和之后版本打fat-aar包失败
摘要: 因为这个版本和后面的版本flutter将engine相关的包都放到了远程,打fat-aar包和之前版本有区别。 看看embed "io.flutter:flutter_embedding_release:1.0.0-5babba6c4d25fa237bbf755ab85c9a0c50b3c6ec"
阅读全文
posted @ 2020-11-25 15:07 nightfallsad
阅读(324)
评论(0)
推荐(0)
2020年9月30日
关于 flutter 新建项目android运行报错
摘要: 1、这个是因为gradle包加载失败,除了让他正常加载还可以直接修改android/gradle/wrapper/gradle-wrapper.properties配置文件里distributionUrl=https\://services.gradle.org/distributions/grad
阅读全文
posted @ 2020-09-30 16:24 nightfallsad
阅读(455)
评论(0)
推荐(0)
2020年9月29日
关于 flutter java.lang.IllegalArgumentException: Unsupported value: true
摘要: 这个是因为StandardMessageCodec的boolean检查有问题导致Native像Flutter传参map里value有boolean的时候崩溃,commit已经merge到master了 https://github.com/flutter/engine/commit/13453596
阅读全文
posted @ 2020-09-29 17:41 nightfallsad
阅读(1130)
评论(0)
推荐(0)
2020年9月20日
关于 flutter 本地图片debug可以显示release不显示
摘要: 看下是不是gradle里的配置影响了
阅读全文
posted @ 2020-09-20 12:14 nightfallsad
阅读(986)
评论(0)
推荐(0)
2020年9月7日
关于 flutter的TextField的单行文本在Andriod和iOS平台上光标不居中
摘要: 在android上处理下 placeholderStyle: TextStyle( height: Platform.isAndroid ? 1.2 : null )
阅读全文
posted @ 2020-09-07 22:40 nightfallsad
阅读(437)
评论(0)
推荐(0)
2020年8月10日
关于 flutter_boost example demo 第一次进flutter页面statusBar字体颜色正常,第二次进入不正常
摘要: 状态栏字体颜色的问题,这个应该是因为之前写死在delegate onPostResume里了 void onPostResume() { Log.v(TAG, "onPostResume()"); ensureAlive(); Utils.setStatusBarLightMode(host.get
阅读全文
posted @ 2020-08-10 18:20 nightfallsad
阅读(603)
评论(0)
推荐(0)
2020年8月3日
关于 flutter_boost flutter页面半透明显示下面的native页面
摘要: 将flutter Scaffold的backgroundColor属性置为ColorsR.transparent,然后将android里面的activity设置为透明 ios present后给控制器设置背景透明
阅读全文
posted @ 2020-08-03 14:14 nightfallsad
阅读(1395)
评论(0)
推荐(0)
2020年7月25日
关于 flutter The version of CocoaPods used to generate the lockfile (1.9.2) is higher than the version of the current executable
摘要: 生成Podfile.lock文件的pod版本高于本地的版本,这个一般都是pull别人的代码时候他的pod版本比自己的高,将自己的pod版本升级到这个版本更新下repo就行了
阅读全文
posted @ 2020-07-25 14:21 nightfallsad
阅读(950)
评论(0)
推荐(0)
2020年7月9日
关于 flutter 1.12.13 打armeabi包
摘要: 参考1.9.1版本的方案 https://www.jianshu.com/p/4fa5a66fb8de 1.12.13 flutter build arr 有参数可以选择 --target-platform,不过sdk里默认没有armeabi的目录。需要手动复制一份过去。 官方把so库放到远程了,要
阅读全文
posted @ 2020-07-09 16:05 nightfallsad
阅读(272)
评论(0)
推荐(0)
2020年6月23日
关于 flutter_boost引入image_picker 只能调起相册一次image_picker plugin require a foregound activity
摘要: 应该还是第二次获取activity的问题,参考 https://blog.csdn.net/u013600907/article/details/106207880 https://www.cnblogs.com/nightfallsad/p/12730771.html
阅读全文
posted @ 2020-06-23 22:49 nightfallsad
阅读(264)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
12
下一页
公告