volorio_media_gateway

Volorio Media Gateway Dart server SDK for production API integration.

Installation

flutter pub add volorio_media_gateway

Runtime and security

  • Runtime: Trusted Dart backend
  • Source version: 0.2.0
  • Registry status: published as 0.2.0
  • 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

  • VolorioMediaGatewayClient
import 'package:volorio_media_gateway/volorio_media_gateway.dart';

// Primary entry point: VolorioMediaGatewayClient

Dependencies

  • volorio_server

Documentation