general_json_rpc 1.1.1 copy "general_json_rpc: ^1.1.1" to clipboard
general_json_rpc: ^1.1.1 copied to clipboard

This package implements json-rpc v2.0 across any protocol. It is intended to be used as a general-purpose json-rpc implementation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add general_json_rpc

With Flutter:

 $ flutter pub add general_json_rpc

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  general_json_rpc: ^1.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:general_json_rpc/general_json_rpc.dart';
0
likes
140
pub points
22%
popularity

Publisher

unverified uploader

This package implements json-rpc v2.0 across any protocol. It is intended to be used as a general-purpose json-rpc implementation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

event_object

More

Packages that depend on general_json_rpc