dimap 0.1.0
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 dimapThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dimap: ^0.1.0Alternatively, 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';