forked from fluttercommunity/flutter_contacts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
27 lines (23 loc) · 668 Bytes
/
pubspec.yaml
File metadata and controls
27 lines (23 loc) · 668 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
name: contacts_service
description: A Flutter plugin to retrieve and manage contacts on Android and iOS devices.
version: 0.1.1
authors:
- Lukas Dickie <lukas@changefly.com>
- Clovis Nicolas <clovisnicolas0@gmail.com>
homepage: https://github.com/fluttercommunity/flutter_contacts
maintainer: Lukas Dickie (@lukasgit)
environment:
sdk: ">=2.0.0-dev.58.0.flutter-f981f09760 <3.0.0"
dependencies:
flutter:
sdk: flutter
path_provider: ^0.4.1
share_extend: ^1.0.3
flutter:
plugin:
androidPackage: flutter.plugins.contactsservice.contactsservice
pluginClass: ContactsServicePlugin
dev_dependencies:
flutter_test:
sdk: flutter
test: ^1.3.0