I'm developing a flutter app with a feature where users can chat in real time and make audio/video calls. can I use Twilio's APIs for them. It seems Twilio have no flutter packages for these APIs. Is it possible to use Twilio in my app and what are the alternatives if not.
Asked
Active
Viewed 809 times
-1
-
yes you can do that... here is the documentation of twilio https://www.twilio.com/docs/quickstart – Hasnain ahmad Mar 08 '22 at 07:34
1 Answers
1
There is no reason that you cannot use Twilio in your Flutter application to do real time chat and audio/video calls. At Twilio we do not officially support Flutter as a platform, but there are community built plugins that wrap both the Video and Conversations API that might help you out.

philnash
- 70,667
- 10
- 60
- 88