metered_realtime 0.1.0
metered_realtime: ^0.1.0 copied to clipboard
Flutter WebRTC SDK for video & voice calls, screen sharing, and realtime pub/sub messaging — signaling, presence, auto-reconnect, and TURN, over flutter_webrtc.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add metered_realtimeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
metered_realtime: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:metered_realtime/metered_realtime.dart';