- Fix new lint warnings.
- Update minimum Flutter and Dart version to 3.13 and 3.1.
- Update code format.
- Remove unnecessary
StreamHandlerErrorimplementation. - Increase the minimum Flutter version to 3.3.
- Fix unexpected
PlatformExceptionwhen sending a null message.
- Remove the deprecated class
TizenMessagePort. - Refactor the C++ code.
- Code cleanups.
- Deprecate
TizenMessagePort.createLocalPortandTizenMessagePort.connectToRemotePortin favor of newly addedLocalPort.createandRemotePort.connect. - Minor cleanups.
- Initial release.