- Fix new lint warnings.
- Update minimum Flutter and Dart version to 3.13 and 3.1.
- Remove unnecessary
StreamHandlerError
implementation. - Increase the minimum Flutter version to 3.3.
- Fix unexpected
PlatformException
when sending a null message.
- Remove the deprecated class
TizenMessagePort
. - Refactor the C++ code.
- Code cleanups.
- Deprecate
TizenMessagePort.createLocalPort
andTizenMessagePort.connectToRemotePort
in favor of newly addedLocalPort.create
andRemotePort.connect
. - Minor cleanups.
- Initial release.