Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 665 Bytes

CHANGELOG.md

File metadata and controls

27 lines (18 loc) · 665 Bytes

0.1.4

  • Fix token in finalizer to be different from value.
  • Fix new lint warnings.
  • Update minimum Flutter and Dart version to 3.13 and 3.1.
  • Update tizen_interop and tizen_bundle to 0.3.0 and 0.1.2.

0.1.3

  • Remove unnecessary StreamHandlerError implementation.
  • Increase the minimum Flutter version to 3.3.

0.1.2

  • Update the TIDLC version to 1.10.6.
  • Support explicitly stopping a server by adding StubBase.close.

0.1.1

  • Clean up the API documentation.
  • Add optional OnError callback arguments to ProxyBase.connect and StubBase.listen.
  • Refactor the code and fix bugs.
  • Revise the example apps.

0.1.0

  • Initial release.