forked from fluttercommunity/flutter_sms
-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
34 lines (30 loc) · 872 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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: ">=2.12.0 <3.0.0"
flutter: ^1.10.0
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^2.0.0
url_launcher: ^6.0.3
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