utd_media_client 2.7.0
utd_media_client: ^2.7.0 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 Flutter:
$ flutter pub add utd_media_clientThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
utd_media_client: ^2.7.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:utd_media_client/utd_media_client.dart';