Flutter / Dart

Flutter SDK

Cross-platform Dart SDK for Flutter apps on iOS, Android, web, and desktop. Crystal-clear voice with ultra-low latency.

Installation

pubspec.yaml
# Add to pubspec.yaml
dependencies:
cloudfort_callum: ^0.0.1
# Or install via CLI
flutter pub add cloudfort_callum

Quick Start

voice_chat.dart
import 'package:cloudfort_callum/cloudfort_callum.dart';
// Initialize the voice client
final client = CallumClient('your-api-key');
// Join a voice room
await client.joinRoom('game-lobby');
// Works on iOS, Android, Web, Desktop
✓ Latency: 5ms | Codec: Opus HD

Features

Dart Native

Pure Dart API with null safety and async/await.

Cross-Platform

iOS, Android, Web, Windows, macOS, Linux.

Platform Channels

Native bridge for optimal performance on each platform.

State Management

Works with any state management solution.

Ready to get started?

Get your free API key and start building with the Flutter SDK today.