utd_media_client 2.8.2
utd_media_client: ^2.8.2 copied to clipboard
UTD Media Client — real-time audio and video for Flutter (iOS, Android, Web).
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add utd_media_clientWith Flutter:
$ flutter pub add utd_media_clientThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
utd_media_client: ^2.8.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:utd_media_client/utd_media_client.dart';