You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using https://github.com/sony/flutter-elinux/releases/tag/3.27.1 , when building a external texture plugin, I find that cpp_client_wrapper in flutter-elinux/flutter/bin/cache is old, it's 2024-09-20, and TextureRegistrar class has not such method virtual void UnregisterTexture(int64_t texture_id, std::function<void()> callback) = 0;. I have a crash in UnregisterTexture and I guess the reason is incompatible TextureRegistrar