simli_client 1.0.0 simli_client: ^1.0.0 copied to clipboard
Simli Client is a Flutter package that integrates with the Simli API, enabling real-time, low-latency streaming avatars. Leverages WebRTC for seamless video rendering and peer connections, ideal for v [...]
import 'package:flutter/material.dart';
import 'package:example/src/app.dart';
void main() async {
runApp(const MyApp());
}