- prefix exported Iris symbols to avoid collisions (#122) (292ce32)
- prefix exported Iris symbols to avoid collisions (#122) (292ce32)
- remove internal depends (#118) (356adb0)
- revert some changes of "chore: add swift package manager support… (#116) (e8f9dc8)
- Fix missing
OnEvent
callbacks with IrisMethodChannel
used by multiple packages (#108) (fe29371)
- support android 15 16k page size (#109) (0528722)
- Fix thread-safety issues when accessing dartMessageHandlerManager_ (#105) (4fe6e7b)
- Update minSdkVersion to 21 to Fix NDK Compatibility Issue (#106) (84440f0)
- Make dependencies more compatible with other packages (#97) (48146f1)
- Prevent creation of multiple isolates when IrisMethodChannel.initialize is called multiple times simultaneously (#98) (20779db)
- Wait for the executor.dispose done before exit the isolate (#93) (dc202d9)
- Introduce the InitilizationArgProvider to allow the creation of the initialization arg lazily (#90) (b0f6be2)
- [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.