tizen_rpc_port 0.1.7 copy "tizen_rpc_port: ^0.1.7" to clipboard
tizen_rpc_port: ^0.1.7 copied to clipboard

Tizen RPC Port APIs. Used to make remote procedure calls between Tizen apps.

0.1.7 #

  • Guard Tizen 10.0+ specific Parcel APIs (reader, dataSize, and reserve) to throw UnsupportedError on unsupported versions of Tizen instead of crashing.
  • Add integration test cases for the guarded Tizen 10.0+ specific Parcel APIs.
  • Update README to mention system requirements for these APIs.

0.1.6 #

  • Read byte values as unsigned (0-255) so Parcel.readByte is consistent across ABIs (C char is signed on x86 but unsigned on ARM).
  • Add 27 integration test cases to the client example.
  • Add server-specific integration test cases to the server example (the shared Parcel and PortType tests are exercised only in the client example).

0.1.5 #

  • Update code format.
  • Resolved issue with failure to receive events in multiple proxies

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.
0
likes
120
points
210
downloads

Documentation

API reference

Publisher

verified publishertizen.org

Weekly Downloads

Tizen RPC Port APIs. Used to make remote procedure calls between Tizen apps.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

ffi, flutter, meta, tizen_bundle, tizen_interop

More

Packages that depend on tizen_rpc_port

Packages that implement tizen_rpc_port