WeiTing Zhang

Results 4 issues of WeiTing Zhang

你好,我在项目使用中遇到两个问题: 1、浮窗关闭,但是浮窗对应的VC没法释放。 2、在浮窗没有关闭的时候再添加新的浮窗,小圆点会过几秒自动消失,对应VC也是没有释放的。 目前我自己也在排查,先提个issues~

The radar chart has a padding in each corner. I don’t implement getTitle. I hope to remove the padding to 0 because I customized getTitle myself. Thank you! ``` RadarChart(...

enhancement
Radar Chart

``` return RadarDataSet( fillColor: Colors.color305FABF2, borderColor: rawDataSet.color, entryRadius: 2, dataEntries: rawDataSet.values.map((e) => RadarEntry(value: e)).toList(), borderWidth: 2, ); ``` Support LinearGradient attribute,Thanks !

enhancement
good first issue
Radar Chart

Q:在MIUI 14.0.28 调起AssetPicker.pickAssets 报错,不过不影响使用,还是能正常调用起相册 ``` final List? assets = await AssetPicker.pickAssets( context, pickerConfig: AssetPickerConfig(maxAssets: maxImages - _imageUrls.length, requestType: RequestType.image), ); ``` 报错信息: ![img_v3_027d_a65965a3-3cf7-41ed-b819-559f9a3bafeg](https://github.com/fluttercandies/flutter_wechat_assets_picker/assets/10485427/77ad9c27-a225-4453-8d32-383fe13677e6) **Version information** - Device: 红米K60 - OS:MIUI...

await response
await investigate