messageport_tizen 0.3.2 messageport_tizen: ^0.3.2 copied to clipboard
A Flutter plugin that allows communication between multiple applications on Tizen using Tizen Message Port.
0.3.2 #
- Remove unnecessary
StreamHandlerError
implementation. - Increase the minimum Flutter version to 3.3.
0.3.1 #
- Fix unexpected
PlatformException
when sending a null message.
0.3.0 #
- Remove the deprecated class
TizenMessagePort
. - Refactor the C++ code.
- Code cleanups.
0.2.0 #
- Deprecate
TizenMessagePort.createLocalPort
andTizenMessagePort.connectToRemotePort
in favor of newly addedLocalPort.create
andRemotePort.connect
. - Minor cleanups.
0.1.0 #
- Initial release.