twilio_flutter icon indicating copy to clipboard operation
twilio_flutter copied to clipboard

A Flutter package for Twilio API.

Results 9 twilio_flutter issues
Sort by recently updated
recently updated
newest added

Am currently using trial version of Twilio. The plain string goes across successfully. But am having trouble finding documentation supporting html/images. May I know if this is in anyway possible?...

I am using this plugin for sending sms in trial version. Whenever I try to send sms to different number other than I added in console, I got an exception...

Hello, does your package support twilio phone verification in flutter ?

Am trying to check a response either failed or success but It's only displaying in the console. but I can't display it on the UI. twilioFlutter.sendSMS(toNumber: '+2349057463831', messageBody: AppString.smsBody, ).then((value){...

help wanted

Hi, Thanks alot for this package. I'm currently making use of it. However I would want to implement the "Alphanumeric Sender IDs" functionality where I will love to change my...

Hi, Thanks for the great package. Twilio uses Sendgrid to send emails. It would be great if you add that as well.

enhancement
help wanted
good first issue

You are taking 'from number' from the constructor itself (I mean during class instantiation), and sendSMS, sendWhatsApp methods are called with parameters 'to' and 'message content'. Here the problem is...

It would be cool if we could setup twilio notify push notifications to work with Flutter

enhancement
help wanted