appstitch_twilio 1.0.0 copy "appstitch_twilio: ^1.0.0" to clipboard
appstitch_twilio: ^1.0.0 copied to clipboard

Twilio library for Appstitch integrations

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add appstitch_twilio

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  appstitch_twilio: ^1.0.0

Alternatively, 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:appstitch_twilio/twilio.dart';
import 'package:appstitch_twilio/types.dart';
import 'package:appstitch_twilio/types/callOptions.dart';
import 'package:appstitch_twilio/types/callOptions.g.dart';
import 'package:appstitch_twilio/types/messageOptions.dart';
import 'package:appstitch_twilio/types/messageOptions.g.dart';
import 'package:appstitch_twilio/types/response.dart';
import 'package:appstitch_twilio/types/response.g.dart';
1
likes
100
pub points
0%
popularity

Publisher

verified publisherappstitch.dev

Twilio library for Appstitch integrations

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

appstitch_core, flutter, json_annotation

More

Packages that depend on appstitch_twilio