xrpc 0.3.0
xrpc: ^0.3.0 copied to clipboard
Provide an HTTP client specialized for XRPC communication in AT Protocol.
Release Note #
0.3.0 #
- Drop support for null unsafe Dart, bump SDK constraint to '^3.0.0'. (#599)
- Dart3 modifier applied.
0.2.2 #
0.2.1 #
- Allows
Map<String, dynamic>to be specified for generics, allowing response data to be retrieved as JSON. (#563)
0.2.0 #
0.1.2 #
- Added
decoderparameter insubscribeand delegate data decoding to the responsibility of the app that usesxrpc. (#472)
0.0.13 #
- Supported
protocoloptions inquery,procedure,upload. You can choosehttpas a protocol for your test locally. Defaults tohttps. (#269)
0.0.3 #
- Fixed internal structures.
0.0.1 #
- First Release.
0.0.0 #
- Let's start.