update sms plugin
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
name: flutter_sms
|
||||
description: A Flutter plugin to Send SMS and MMS on iOS and Android. If iMessage is enabled it will send as iMessage on iOS. This plugin must be tested on a real device on iOS.
|
||||
version: 2.3.3
|
||||
homepage: https://github.com/rodydavis/plugins
|
||||
repository: https://github.com/fluttercommunity/flutter_sms
|
||||
maintainer: Rody Davis (@rodydavis)
|
||||
|
||||
environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
flutter: ">=3.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_web_plugins:
|
||||
sdk: flutter
|
||||
plugin_platform_interface: ^2.1.0
|
||||
url_launcher: ^6.1.10
|
||||
web: ^1.1.1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
flutter:
|
||||
plugin:
|
||||
platforms:
|
||||
android:
|
||||
package: com.example.flutter_sms
|
||||
pluginClass: FlutterSmsPlugin
|
||||
ios:
|
||||
pluginClass: FlutterSmsPlugin
|
||||
web:
|
||||
pluginClass: FlutterSmsPlugin
|
||||
fileName: flutter_sms_web.dart
|
||||
Reference in New Issue
Block a user