ussd_phone_call_sms 0.0.1 copy "ussd_phone_call_sms: ^0.0.1" to clipboard
ussd_phone_call_sms: ^0.0.1 copied to clipboard

outdated

A new Flutter plugin for phone call and send sms.

Features #

  • Support Android, IOS.
  • By using this plugin you can perform a phone call, USSD call or send text sms directly from your app.

Getting started #

Install

add this in your pubspec.yaml ussd_phone_call_sms: ^leatest_version

How to use it

  • TO make phone call or USSD request
     // check phone call permisison
     await UssdPhoneCallSms().phoneCall(phoneNumber: '+8801xxxxxxxxx');
     await UssdPhoneCallSms().phoneCall(phoneNumber: '*121#');
     
  • TO text SMS
     // check text sms permisison
     await UssdPhoneCallSms().textMultiSMS(recipients: '+8801xxxxxxxxxx', smsBody: 'Hello World!');
     await UssdPhoneCallSms().textMultiSMS(recipientsList: ['+8801xxxxxxxxxx', '+8801xxxxxxxxxx'], smsBody: 'Hello group!'); // to send a group sms
     

End #

6
likes
0
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter plugin for phone call and send sms.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on ussd_phone_call_sms

Packages that implement ussd_phone_call_sms