flutter-elinux icon indicating copy to clipboard operation
flutter-elinux copied to clipboard

cpp_client_wrapper is incompatible with prebuilt flutter-elinux

Open wang-bin opened this issue 7 months ago • 1 comments

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

wang-bin avatar May 25 '25 13:05 wang-bin

I see files are download from https://github.com/sony/flutter-embedded-linux/releases , elinux-common.zip is outdated

wang-bin avatar May 25 '25 14:05 wang-bin