marmot_dart 0.0.2 copy "marmot_dart: ^0.0.2" to clipboard
marmot_dart: ^0.0.2 copied to clipboard

retracted

End-to-end encrypted group messaging for Flutter, built on the Marmot protocol (MLS over Nostr) via MDK.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add marmot_dart

With Flutter:

 $ flutter pub add marmot_dart

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

dependencies:
  marmot_dart: ^0.0.2

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:marmot_dart/marmot_dart.dart';
2
likes
0
points
155
downloads

Publisher

verified publishercodeswot.dev

Weekly Downloads

End-to-end encrypted group messaging for Flutter, built on the Marmot protocol (MLS over Nostr) via MDK.

Repository (GitHub)
View/report issues

Topics

#nostr #mls #encryption #messaging #marmot

License

unknown (license)

Dependencies

flutter, flutter_rust_bridge, freezed_annotation

More

Packages that depend on marmot_dart

Packages that implement marmot_dart