telnyx_flutter 0.0.5+a
telnyx_flutter: ^0.0.5+a copied to clipboard
Dart Package that helps using the Telnyx API services, Supports Telnyx Programmable SMS
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add telnyx_flutterWith Flutter:
$ flutter pub add telnyx_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
telnyx_flutter: ^0.0.5+aAlternatively, 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:telnyx_flutter/telnyx_flutter.dart';