mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
4805d72a49
Adds StandardMethodCodec support to the C++ client wrapper. This makes it substantially easier to add Windows and Linux support for existing plugins, as StandardMethodCodec is the default plugin protocol. Fixes flutter/flutter#30670 Does not include extensibility for the codec, which will be added later.