Releases: AgoraIO-Extensions/iris_method_channel_flutter
Releases · AgoraIO-Extensions/iris_method_channel_flutter
Release 1.2.2
Release 1.2.1
Release 1.2.0
Release 1.1.0
Release 1.1.0-rc.5
1.1.0-rc.5 (2023-03-16)
Features
- allow initilize/dispose multiple times for same IrisMethodChannel object (00d1388)
Bug Fixes
- fix memeory leak if Dart_PostCObject_DL failed to send the message (55f322f)
Release 1.1.0-rc.4
Release 1.1.0-rc.3
1.1.0-rc.3 (2023-02-23)
Bug Fixes
Release 1.1.0-rc.2
1.1.0-rc.2 (2023-02-16)
Bug Fixes
- fix ConcurrentModificationError when and are called ynchronously but without keyword (4f5058d)
Release 1.1.0-rc.1
1.1.0-rc.1 (2023-02-16)
Bug Fixes
Release 1.0.0
Features
- Introduce
NativeBindingDelegateProvider
to allow pass customNativeBindingDelegate
from outside.