xrpc 0.3.0 xrpc: ^0.3.0 copied to clipboard
Provide an HTTP client specialized for XRPC communication in AT Protocol.
Release Note #
v0.3.0 #
- Drop support for null unsafe Dart, bump SDK constraint to '^3.0.0'. (#599)
- Dart3 modifier applied.
v0.2.2 #
v0.2.1 #
- Allows
Map<String, dynamic>
to be specified for generics, allowing response data to be retrieved as JSON. (#563)
v0.2.0 #
v0.1.2 #
- Added
decoder
parameter insubscribe
and delegate data decoding to the responsibility of the app that usesxrpc
. (#472)
v0.0.13 #
- Supported
protocol
options inquery
,procedure
,upload
. You can choosehttp
as a protocol for your test locally. Defaults tohttps
. (#269)
v0.0.3 #
- Fixed internal structures.
v0.0.1 #
- First Release.
v0.0.0 #
- Let's start.