transmittable 0.2.2 copy "transmittable: ^0.2.2" to clipboard
transmittable: ^0.2.2 copied to clipboard

outdatedDart 1 only

Provides a simple means of registering types with string keys and codecs to allow them to be transparently serialized to strings. These types can then be transmitted over http connections with their [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add transmittable

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

dependencies:
  transmittable: ^0.2.2

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:transmittable/transmittable.dart';
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Provides a simple means of registering types with string keys and codecs to allow them to be transparently serialized to strings. These types can then be transmitted over http connections with their type information , so they can be fully deserialized on the receiving end to the correct types.

Repository
View/report issues

License

unknown (license)

More

Packages that depend on transmittable