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

Permissive (MIT) end-to-end encryption for supabase_chat: a sealed box over X25519 ECDH + AES-256-GCM with safety-number verification. No copyleft dependencies, so it is safe to use in closed-source apps.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add supabase_chat_seal

With Flutter:

 $ flutter pub add supabase_chat_seal

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

dependencies:
  supabase_chat_seal: ^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_seal/supabase_chat_seal.dart';
0
likes
150
points
55
downloads

Documentation

API reference

Publisher

verified publisherandroidpoet.dev

Weekly Downloads

Permissive (MIT) end-to-end encryption for supabase_chat: a sealed box over X25519 ECDH + AES-256-GCM with safety-number verification. No copyleft dependencies, so it is safe to use in closed-source apps.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

crypto, cryptography, meta, supabase, supabase_chat, supabase_realtime_kit

More

Packages that depend on supabase_chat_seal