Results 24 comments of Jack Feng

最终我把所有属性、modelContainerPropertyGenericClass、modelCustomPropertyMapper前面都加了@objc,并且build setting -> swift 3 @objc inference -> on。解决了问题,可能吧?

因为视频解析算法已经失效了, 一直没有去更新,所以就没法播放了

https://github.com/6ag/LiuAGeAndroid 这里有个Android版本的,也就是这个app的Android版本啊,写得比较糙,哈哈,不过功能的实现原理是一样的

@baishitong 解决了么

``` objc - (id)getWallPaperVCWithImage:(UIImage *)image { Class wallPaperClass = NSClassFromString(@"PLStaticWallpaperImageViewController"); id wallPaperInstance = [[wallPaperClass alloc] performSelector:NSSelectorFromString(@"initWithUIImage:") withObject:image]; [wallPaperInstance setValue:@(YES) forKeyPath:@"saveWallpaperData"]; return wallPaperInstance; } - (void)saveAndAsScreenPhotoWithImage:(UIImage *)image imageScreen:(UIImageScreen)imageScreen finished:(void (^)(BOOL success))finished...

On the Windows platform, when the Flutter version is 3.13.8, there will be error log information when playing audio files, but it does not affect playback. It seems this is...

@cbracken Big brother, is there any progress in fixing this BUG? @feimenggo has already figured out a way to temporarily solve it, why are you silent?

@dkwingsmt Any updates? We're getting close to 2024.

https://github.com/flutter/flutter/blob/6f227c078430d9c05f0944b6afcf750bd0d4b8d3/packages/flutter/lib/src/widgets/editable_text.dart#L4129C75-L4129C75 After testing, it was discovered that the Sogou Pinyin input method on the Windows platform does not display the Pinyin in the text box during the user input process....