Skip to content

Releases: AgoraIO-Extensions/iris_method_channel_flutter

Release 1.2.2

21 Aug 08:33
Compare
Choose a tag to compare

1.2.2 (2023-08-21)

Bug Fixes

  • [android] Fix linux build error (0dd39c8)

Release 1.2.1

10 Aug 04:00
Compare
Choose a tag to compare

1.2.1 (2023-08-10)

Bug Fixes

  • [android] Bound the IrisMethodChannel lifecycle with the FlutterEngine (#75) (7249bf0)

Release 1.2.0

07 Jul 08:41
Compare
Choose a tag to compare

1.2.0 (2023-07-07)

Bug Fixes

  • 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)

Release 1.1.0

18 May 05:48
Compare
Choose a tag to compare

1.1.0 (2023-05-18)

Features

  • add InitilizationResult return type for IrisMethodChannel.initilize (#45) (ed46461)

Release 1.1.0-rc.5

16 Mar 17:45
Compare
Choose a tag to compare
Release 1.1.0-rc.5 Pre-release
Pre-release

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

11 Mar 05:22
Compare
Choose a tag to compare
Release 1.1.0-rc.4 Pre-release
Pre-release

1.1.0-rc.4 (2023-03-11)

Features

  • implement invokeMethodList (15c6e38)

Release 1.1.0-rc.3

23 Feb 10:05
Compare
Choose a tag to compare
Release 1.1.0-rc.3 Pre-release
Pre-release

1.1.0-rc.3 (2023-02-23)

Bug Fixes

  • [windows] fix warning C4068: unknown pragma 'clang' (f26cdba)
  • fix _HotRestartFinalizer._onExitPort not be initialized in release build (ea5f4cb)

Release 1.1.0-rc.2

16 Feb 08:42
Compare
Choose a tag to compare
Release 1.1.0-rc.2 Pre-release
Pre-release

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

16 Feb 04:23
Compare
Choose a tag to compare
Release 1.1.0-rc.1 Pre-release
Pre-release

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)

Release 1.0.0

31 Jan 03:40
c5b5939
Compare
Choose a tag to compare

Features

  • Introduce NativeBindingDelegateProvider to allow pass custom NativeBindingDelegate from outside.