Abdelrahman Saed
Abdelrahman Saed
@dlutton SwiftFlutterTtsPlugin.swift line 2147483647 @objc SwiftFlutterTtsPlugin.__ivar_destroyer Crashed: com.apple.main-thread EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x000061adb021edc8 ``` Crashed: com.apple.main-thread 0 Flutter 0x41b9c (Missing UUID d24b4305a5d8348c8a0909c859505f3a) 1 Flutter 0x3d3ca4 (Missing UUID d24b4305a5d8348c8a0909c859505f3a) 2 Flutter 0x2fbbf0 (Missing...
@xJon no way to check file source u need to change the impl in method [getSingleFile ](https://github.com/Baseflow/flutter_cache_manager/blob/3bd49b866d9b5e6ce09d2283f0ef97488be97e1d/flutter_cache_manager/lib/src/cache_manager.dart#L74)to change the return type from File to [FileInfo](https://github.com/Baseflow/flutter_cache_manager/blob/3bd49b866d9b5e6ce09d2283f0ef97488be97e1d/flutter_cache_manager/lib/src/result/file_info.dart#L13) be know this will make...
**Hi** @klaszlo8207 I think u can make workaround like wrapping pdfWidget with FutureBuilder and set future: Future.Delayed(const Duration(timeOfAnimation) ); and when done return Pdf();
hi @Zeyad-Amr please look to this [issue ](https://github.com/flutter/flutter/issues/62333) https://github.com/flutter/flutter/issues/62333
and try to use this [package ](https://pub.dev/packages/flutter_windowmanager) https://pub.dev/packages/flutter_windowmanager if u find the same issue please open a new issue in this [repo](https://github.com/adaptant-labs/flutter_windowmanager)
``` flare_flutter: git: url: https://github.com/tsinis/Flare-Flutter path: flare_flutter/ ```
A little while ago I working on making [flutter_cached_pdfview ](https://pub.dev/packages/flutter_cached_pdfview) support web but I stopped because I haven't time but I will work again as soon as possible because I...
Hi @Vasilisk7 please download [example project](https://github.com/AbdOoSaed/flutter_cached_pdfview/tree/master/example) and run it to check if it has the same issue
please tell me what is the flutter version you use ` flutter --version` are you find the same issue with the real devices?