Daniel Dai
Daniel Dai
有个函数迁移后含义有点变化: 迁移后所有的subReducer都是对原始的state进行处理,所以只有最后一个subreducer产生了效果 ``` return (T state, Action action) { T? _copy; bool hasChanged = false; for (SubReducer? subReducer in notNullReducers) { _copy = subReducer?.call(state, action, hasChanged); hasChanged = hasChanged ||...
感谢,我提交了个PR:https://github.com/alibaba/fish-redux/pull/696
How to use the "cropping to centered content" mode ? https://apetools.webprofusion.com/#/tools/imagegorilla is not doing in this way
https://github.com/best-flutter/flutter_amap_location/pull/40 can be fixed by this PR
等待信息流广告的集成
@JarvanMo 我没有针对Androidx特别配置,可能是自动启动了AndroidX
我使用 Android Studio 打开flutter app的Android功能,然后执行 Migrate to AndroidX 现在工作正常了
类似personalized这样的参数 https://github.com/gstory0404/flutter_tencentad/blob/master/lib/flutter_tencentad.dart ``` /// /// # SDK注册初始化 /// /// [androidId] androidId 必填 /// /// [iosId] iosId 必填 /// /// [channelId] channelId 渠道id [FlutterTencentadChannel] /// /// [personalized] personalized 是否开启个性化广告 [FlutterTencentadPersonalized] ///...
这是优量汇的文档 https://developers.adnet.qq.com/doc/android/union/union_personal_recommend
同问,我看文档和在线演示里都有CMS功能,请问这个功能是开源,还是闭源需要购买的? 谢谢