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
StreamHandlerErrorimplementation. - Increase the minimum Flutter version to 3.3.
0.3.1 #
- Fix unexpected
PlatformExceptionwhen sending a null message.
0.3.0 #
- Remove the deprecated class
TizenMessagePort. - Refactor the C++ code.
- Code cleanups.
0.2.0 #
- Deprecate
TizenMessagePort.createLocalPortandTizenMessagePort.connectToRemotePortin favor of newly addedLocalPort.createandRemotePort.connect. - Minor cleanups.
0.1.0 #
- Initial release.