cadmean_rpc 0.2.1
cadmean_rpc: ^0.2.1 copied to clipboard
A Cadmean RPC library for Dart. Its goal is to simplify the communication with your web API, hiding all the HTTP and JSON stuff.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add cadmean_rpcWith Flutter:
$ flutter pub add cadmean_rpcThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
cadmean_rpc: ^0.2.1Alternatively, 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:cadmean_rpc/cadmean_rpc.dart';