rpc_dart_framework 0.3.3
rpc_dart_framework: ^0.3.3 copied to clipboard
Client and server framework for rpc_dart — modules, DI, lifecycle, graceful shutdown, rate limiting, isolate workers, and test harness.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add rpc_dart_frameworkWith Flutter:
$ flutter pub add rpc_dart_frameworkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
rpc_dart_framework: ^0.3.3Alternatively, 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:rpc_dart_framework/rpc_dart_framework.dart';