forked from fluttercommunity/flutter_sms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
37 lines (33 loc) · 972 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
35
36
37
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.0.1+2
author: Rody Davis <[email protected]>
homepage: https://github.com/fluttercommunity/flutter_sms
maintainer: Rody Davis (@rodydavis)
environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
flutter: ">=1.12.8 <2.0.0"
dependencies:
flutter:
sdk: flutter
url_launcher: ^5.4.2
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^1.0.1
flutter_user_agent: ^1.2.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: com.example.flutter_sms
pluginClass: FlutterSmsPlugin
ios:
pluginClass: FlutterSmsPlugin
# macos:
# pluginClass: FlutterSmsPlugin
web:
pluginClass: FlutterSmsPlugin
fileName: flutter_sms_web.dart