darshankawar
darshankawar
Can you provide content of `flutter/.pub-cache/hosted/pub.dartlang.org/tencent_cloud_chat_sdk/` ? If you try to add Flutter's first party plugin (ex: video_player, image_picker) to see if you still get same error ?
@Junkmer Flutter needs to be installed in a directory where the current user has write permissions so make sure the path where you have installed Flutter has proper / required...
> but adding tencent_cloud_chat_sdk or bitsdojo_window still cannot run These are third party plugins. Please reach out in their dedicated repo to know if there's an issue with them or...
Could be that the plugins you are using may not be having CMake files. You may compare it with the plugins with which it works. See https://github.com/flutter/flutter/issues/62059#issuecomment-662666870
@enricostrijks Can you try to symbolicate the Flutter frames as mentioned in [this](https://github.com/flutter/engine/blob/main/docs/Crashes.md#ios) document so as to get more info from the log ?
Thanks for the update @enricostrijks While I take a look at it, can you check https://github.com/flutter/flutter/issues/149309#issuecomment-2219415730 and by trying out on latest beta if possible to see if you still...
> [Archive.zip](https://github.com/user-attachments/files/17542367/Archive.zip) There are some Flutter frames I will share here for team's reference. ``` 4 Flutter 0x107462250 dart::SimpleHashMap::Lookup(void*, unsigned int, bool) + 6103632 (hashmap.cc:22) 5 Flutter 0x10753c8d0 dart::ThreadPool::RunImpl(std::_fl::unique_ptr) +...
I was able to replicate the reported behavior running on iOS and upon hot-restarting the app. After very first hot-restart the reported behavior occurs, as opposed to hot-reload as mentioned...
@thorito Does [this](https://github.com/flutter/flutter/issues/164426#issuecomment-2853413776) help ?
> I am preparing an example app. Will have tomorrow This will help us to properly analyze by running the code. Also please provide us exact steps to replicate @Gibbo97