Serdar Coşkun

Results 4 comments of Serdar Coşkun

looks like this is an ios16 bug, similar to the tableview bug mentioned in another issue

i use it in every app i develop, it is a must have in my library

i had to add these lines too for @QEllis 's answer: ```swift override init(asset: AVAsset, automaticallyLoadedAssetKeys: [String]?) { self.url = URL(fileURLWithPath: "") self.initialScheme = nil super.init(asset: asset, automaticallyLoadedAssetKeys: automaticallyLoadedAssetKeys) addObserver(self,...

same here, tested on 3 different devices with ios 16.2 + and flutter 3.3.0