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

outdated

This package will help you to invoke methods across network using any protocol This package encode and decode your requests and responses to and from bytes So you can send it any where using any proto [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart 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.0.0

Alternatively, your editor might support dart 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
0
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

This package will help you to invoke methods across network using any protocol This package encode and decode your requests and responses to and from bytes So you can send it any where using any protocol This package is implementing json-rpc v2.0

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

rxdart

More

Packages that depend on general_json_rpc