forked from EddieKamau/sms_advanced
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
39 lines (35 loc) · 1.07 KB
/
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
38
39
name: sms_advanced
description: This is an SMS library for Flutter. Its allow to send, receive,
query sms messages, sms delivery and query contacts info in Android, and only
sending in IOS & Web.
version: 1.1.0
homepage: https://github.com/EddieKamau/sms_advanced
environment:
sdk: ">=2.12.0 <4.0.0"
flutter: ">=1.20.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^2.1.2
url_launcher: ^6.1.11
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
flutter:
# This section identifies this Flutter project as a plugin project.
# The 'pluginClass' and Android 'package' identifiers should not ordinarily
# be modified. They are used by the tooling to maintain consistency when
# adding or updating assets for this project.
plugin:
platforms:
android:
package: com.elyudde.sms_advanced
pluginClass: SmsAdvancedPlugin
ios:
pluginClass: UssdAdvancedPlugin
web:
pluginClass: SmsAdvancedPlugin
fileName: sms_advanced_web.dart