-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (26 loc) · 762 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (26 loc) · 762 Bytes
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
name: sim_data_plus
description: A Flutter plugin to retrieve Sim cards data - dual sim support - only Android for now.
version: 0.1.4
homepage: https://github.com/shrijeetx/sim_data_plus.git
documentation: https://github.com/shrijeetx/sim_data_plus.git
repository: https://github.com/shrijeetx/sim_data_plus.git
issue_tracker: https://github.com/shrijeetx/sim_data_plus/issues
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
permission_handler: ^6.0.0
flutter:
plugin:
platforms:
android:
package: com.example.sim_data_plus
pluginClass: SimDataPlugin
ios:
pluginClass: SimDataPlusPlugin