dimax 0.1.0 copy "dimax: ^0.1.0" to clipboard
dimax: ^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 dimax

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

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