akindone

Results 10 comments of akindone

I got the same issue after upgrade to flutter 2.10.3. The issue happens randomly. the device is iOS 15.0.1. This page has a webview which is not flickering, but the...

> Hi @akindone, can you provide a small sample that reproduces the issue? I will provide a sample if I can reproduce this issue

> Hi @akindone, can you provide a small sample that reproduces the issue? this [flutter_flickering_issue_sample](https://github.com/akindone/flutter_flickering_issue_sample) reproduces this issue. https://user-images.githubusercontent.com/17843738/163949578-356220c4-abd0-46fa-bcfb-eccff953a371.MP4

> > > > Hi @akindone, can you provide a small sample that reproduces the issue? > > > > > > this [flutter_flickering_issue_sample](https://github.com/akindone/flutter_flickering_issue_sample) reproduces this issue. > > RPReplay_Final1650350856.MP4...

We add `provider` in plugin's AndroidManinfest.xml. It define the authorities` android:authorities="${applicationId}.fileProvider"` Check the appId (here is "com.example.flowersm") is the flutter project's android apk's application id

@wuyugege missing permission ``

> 以及升级 SDK 了,由于手上木有相应项目测试�,只能麻烦你作测试了,记得将测试结果反馈给我,谢谢! > > ```yaml > dependencies: > weibo_kit: > git: > url: https://github.com/rxreader/weibo_kit.git > ``` look good to me

I finally make it works by modifying the ImageLayer.drawLayout dst rect's width, height as below ``` //ImageLayer @override void drawLayer(Canvas canvas, Size size, Matrix4 parentMatrix, {required int parentAlpha}) { //......

first, create a dart file; 2nd, Code->Generate->Dart class from json input the class name and copy the json string, click "generate" then you get all classes in single file >...

> 搞定了,傻吊微博SDK辣么大的更新居然没个文档,你先用 git 方式引入,没问题后我再发布正式版本 > > ```dart > File file = await DefaultCacheManager().getSingleFile( > 'https://www.baidu.com/img/bd_logo1.png?where=super'); > if (Platform.isAndroid) { > // 仅支持 Context.getExternalFilesDir(null)/Context.getExternalCacheDirs(null) 路径分享 > // path_provider.getExternalCacheDirectories(); > // path_provider.getExternalStorageDirectory();...