easonccc

Results 8 issues of easonccc

第一次运行可以进去微信页面但是没等支付页面显示 就回到app页面了 payWithWeChat调取是成功了的

How to remove the default spacing on both sides when using LinearPercentIndicator `MediaQuery.removeViewInsets( context: context, removeLeft: true, removeRight: true, child: new LinearPercentIndicator( width: 40, lineHeight: 6.0, percent: 0.5, backgroundColor: ColorUtils.color_F3F4F8,...

好不容易找到一个可用的框架 结果不支持 null safety 哭了

In /Users/nasinet/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/tencent_kit-3.1.0/ios/Libraries/TencentOpenAPI.framework/TencentOpenAPI(libTencentOpenApi_IOS.a-arm64-master.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/nasinet/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/tencent_kit-3.1.0/ios/Libraries/TencentOpenAPI.framework/TencentOpenAPI' 我看见有人提到这个问题 但是没有回复如何解决 想再请问一下

使用stopPlay方法停止播放无效,甚至使用了dispose仍然还在播放 请问大佬们是什么原因

@Leopoldthecoder 今天又发现个问题,如果页面存在两个 Carousel 组件时,第一个 Carousel 是不会显示的,第二个 Carousel 在点击到第二个item时才会显示 demo: [http://jsfiddle.net/5s3sewxx/17/](http://jsfiddle.net/5s3sewxx/17/) _Originally posted by @JanlyH in https://github.com/ElemeFE/element/issues/3151#issuecomment-285229176_