cadmean_rpc 0.2.1 copy "cadmean_rpc: ^0.2.1" to clipboard
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_rpc

With Flutter:

 $ flutter pub add cadmean_rpc

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

dependencies:
  cadmean_rpc: ^0.2.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:cadmean_rpc/cadmean_rpc.dart';
3
likes
140
points
36
downloads

Publisher

verified publishercadmean.ru

Weekly Downloads

A Cadmean RPC library for Dart. Its goal is to simplify the communication with your web API, hiding all the HTTP and JSON stuff.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

http

More

Packages that depend on cadmean_rpc