Unable to Send Sms using Telephony package on flutter
I have been trying to write a simple flutter code and trying to send SMS using telephony. Sending Sms via the default SMS app works (telephony.sendSmsByDefaultApp()) but not sending directly from the app. My code is as follows: import 'package:flutter/material.dart';…