general_json_rpc 1.0.0 general_json_rpc: ^1.0.0 copied to clipboard
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';