supabase_chat_seal 0.1.0
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_sealWith Flutter:
$ flutter pub add supabase_chat_sealThis 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.0Alternatively, 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';