litang
litang
你好,这是一份自动回复邮件,假期中,我们客服也一同休假,所以问题处理会比较延迟,如果有紧急问题(会员、数据异常等),请直接加我微信 litang0908 我帮你处理(加微信的人太多,所以麻烦备注一下),谢谢!
@wang93wei 可以试试这样,在 `com.zhihu.matisse.MimeType` 中增加以下配置即可 ``` HEIC("image/heic", arraySetOf("heic")), HEIF("image/heif", arraySetOf("heif")), ``` 然后 ``` Matisse.from(act) .choose(MimeType.of( MimeType.JPEG, MimeType.PNG, MimeType.WEBP, MimeType.BMP, MimeType.HEIC, MimeType.HEIF) ).... ``` 之后选择图片的处理,与其他图片一样。
The simple way is: just remove the UcropView and add a new one
same problem, when i called like: ``` List purchasedItems = await FlutterInappPurchase.instance.getAvailablePurchases(); ``` and didn't return any result. I tried many times, but get the`purchasedItems` only once. flutter_inapp_purchase version is...
试了好几种方式,本来计划将 aar 直接引入到 plugin 项目中,但是又无法编译通过,因为 aar 里面不能包含aar,所以只能通过将 微博SDK 中的 aar 文件,发布到本地的 maven 仓库中来使用了,目前测试运行正常,本地搭建maven的教程可以参考这里 [Mac下安装Maven并发布本地仓库](https://blog.csdn.net/heng615975867/article/details/80713302) 没办法,微博官方SDK几乎没人维护了,只能自己来。
Actually, this is not a problem of flutter, it's because of Android Studio, this problem will also happen in an android native project
Thanks for repling, this PR will be closed.
> Hi @litang0908 I check this on my device `iPhone 7, iOS 15.7.2` but can not reproduce it. Is there any pattern of input text that you can share? >...
> Yes, the issue still persists on the latest stable `3.10.5`: > > Demo (stable vs master) > flutter doctor -v (stable and master) > @jonahwilliams Should we make a...
> 是不是需要把这个项目clone自己的项目中 是的,copy到你的项目下面,路径按照你自己的相对路径配置即可