Releases: AgoraIO-Extensions/iris_method_channel_flutter
Releases · AgoraIO-Extensions/iris_method_channel_flutter
Release 2.2.2
2.2.2 (2024-10-23)
Bug Fixes
- Fix missing
OnEvent
callbacks with IrisMethodChannel
used by multiple packages (#108) (fe29371)
- support android 15 16k page size (#109) (0528722)
Release 2.2.0
2.2.0 (2024-08-14)
Features
Release 2.1.1
2.1.1 (2024-04-19)
Bug Fixes
- Make dependencies more compatible with other packages (#97) (48146f1)
- Prevent creation of multiple isolates when IrisMethodChannel.initialize is called multiple times simultaneously (#98) (20779db)
Release 2.1.0
2.1.0 (2024-03-05)
Features
Release 2.0.1
2.0.1 (2024-01-29)
Bug Fixes
- Wait for the executor.dispose done before exit the isolate (#93) (dc202d9)
Release 2.0.0-dev.4
Features
- Introduce the InitilizationArgProvider to allow the creation of the initialization arg lazily (#90) (b0f6be2)
Release 2.0.0-dev.3
Bug Fixes
- [native] Fix errors when hot restarted (#86) (ab6260e)
Release 2.0.0-dev.2
Bug Fixes
- [android] Add namespace to work with android gradle 8.0 (#82) (98ee75f)
- Align web implementation to native implementation (#84) (27bb000)