teamTapir

Results 10 comments of teamTapir

@programmer-mht hat same issue on some android devices! Non-fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: FileSystemException: Cannot delete file, path = '/data/user/0/[***]/311ba150-f11e-11ec-8ce2-29c3984eb3ac.jpg' (OS Error: No such file or directory, errno = 2). Error thrown...

In our case `Cannot read, unknown typeId` Issue was caused by keys that were longer than the allowed 256 chars (cause our code to get the keys was stupid). Cause...

@gaaclarke iPhone X is not compatible with iOS 17 or 18. https://support.apple.com/en-my/guide/iphone/iphe3fa5df43/16.0/ios/16.0 We have also tested tried to reproduce the error on iPhone 8 which is very identical to iPhone...

My main PointPoint with this is that Files are no longer cleared using clearTemporaryFiles cause there NSTemporaryDirectory is only cleared. ``` + (BOOL) clearTemporaryFiles { NSString *tmpDirectory = NSTemporaryDirectory(); NSFileManager...

@mkl1525 we delete these files without any problems, after they have been processed, like ```dart Future _clearIOSImportFolder() async { final appDir = await ... final importFilesDir = Directory('${appDir.path}/picked_images'); if (importFilesDir.existsSync())...

@AbhiCodebugger I did not see any activity. we use fork of current dev version

@Yaronkr just fork current dev ;) https://github.com/flutter-ml/google_ml_kit_flutter/pull/806 is already merged