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

Opt-in end-to-end encryption for supabase_chat using the Signal Protocol (libsignal_protocol_dart): prekey distribution over Supabase and an encrypted room decorator. The server only ever sees ciphertext.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add supabase_chat_e2ee

With Flutter:

 $ flutter pub add supabase_chat_e2ee

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

dependencies:
  supabase_chat_e2ee: ^0.1.0

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:supabase_chat_e2ee/supabase_chat_e2ee.dart';
0
likes
150
points
92
downloads

Documentation

API reference

Publisher

verified publisherandroidpoet.dev

Weekly Downloads

Opt-in end-to-end encryption for supabase_chat using the Signal Protocol (libsignal_protocol_dart): prekey distribution over Supabase and an encrypted room decorator. The server only ever sees ciphertext.

Repository (GitHub)
View/report issues

License

GPL-3.0 (license)

Dependencies

libsignal_protocol_dart, meta, supabase, supabase_chat, supabase_realtime_kit

More

Packages that depend on supabase_chat_e2ee