dimap 0.1.0 copy "dimap: ^0.1.0" to clipboard
dimap: ^0.1.0 copied to clipboard

Decentralized Instant Messaging Protocol (DIMP).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dimap

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

dependencies:
  dimap: ^0.1.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:dimap/crypto.dart';
import 'package:dimap/dimp.dart';
import 'package:dimap/dkd.dart';
import 'package:dimap/ext.dart';
import 'package:dimap/mkm.dart';
import 'package:dimap/protocol.dart';
0
likes
60
points
415
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Decentralized Instant Messaging Protocol (DIMP).

License

MIT (license)

Dependencies

dkd, mkm

More

Packages that depend on dimap