volorio_chat_e2ee

Volorio Flutter chat end-to-end encryption envelope helpers.

Installation

flutter pub add volorio_chat_e2ee

Runtime and security

  • Runtime: Flutter application
  • Source version: 0.2.1
  • Registry status: published as 0.2.1
  • Canonical API base URL: https://api.volor.io
  • License: proprietary commercial SDK; see the included LICENSE and Volorio Terms.
  • The package uses Volorio-branded APIs; keep application-specific authorization in your backend.
  • API keys belong only in a trusted backend. Mobile clients receive short-lived session JSON.

Public API

  • VolorioChatE2eeClient
  • VolorioEncryptedChatPayload
import 'package:volorio_chat_e2ee/volorio_chat_e2ee.dart';

// Primary entry point: VolorioChatE2eeClient

Dependencies

  • cryptography
  • volorio_chat

Documentation

Libraries

volorio_chat_e2ee