- [native] Fix errors when hot restarted (#86) (ab6260e)
- [native] Fix errors when hot restarted (#86) (ab6260e)
- [android] Add namespace to work with android gradle 8.0 (#82) (98ee75f)
- Align web implementation to native implementation (#84) (27bb000)
- [android] Fix linux build error (0dd39c8)
- [android] Bound the IrisMethodChannel lifecycle with the FlutterEngine (#75) (7249bf0)
- Fix "Failed to load dynamic library 'iris_method_channel.framework/iris_method_channel' after remove the use_frameworks! in Podfile" (#72) (7339cde)
- Fix android build in some ubuntu (777bcd6)
- add InitilizationResult return type for IrisMethodChannel.initilize (#45) (ed46461)
- allow initilize/dispose multiple times for same IrisMethodChannel object (00d1388)
- fix memeory leak if Dart_PostCObject_DL failed to send the message (55f322f)
- implement invokeMethodList (15c6e38)
- [windows] fix warning C4068: unknown pragma 'clang' (f26cdba)
- fix _HotRestartFinalizer._onExitPort not be initialized in release build (ea5f4cb)
- fix ConcurrentModificationError when and are called ynchronously but without keyword (4f5058d)
- 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)
- Introduce
NativeBindingDelegateProvider
to allow pass custom NativeBindingDelegate
from outside.