telnyx_common 0.0.2-beta
telnyx_common: ^0.0.2-beta copied to clipboard
A high-level, state-agnostic, drop-in module for the Telnyx Flutter SDK that simplifies WebRTC integration.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add telnyx_commonThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
telnyx_common: ^0.0.2-betaAlternatively, 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:telnyx_common/telnyx_common.dart';