iris_method_channel 1.1.0-rc.1 iris_method_channel: ^1.1.0-rc.1 copied to clipboard
iris_method_channel is a method channel that communicate between C/C++(iris) and dart, which is used by Agora Flutter SDKs.
Changelog #
1.1.0-rc.1 (2023-02-16) #
Bug Fixes #
- fix registerEventHandler with same ScopedEvent.scopedKey but different registerName/unregisterName not work (268d74b)
- fix the native API engine not be destroyed when hot restarted (bdda662)
1.0.0 #
- Introduce
NativeBindingDelegateProvider
to allow pass customNativeBindingDelegate
from outside.
0.1.0 #
- Initial release.