-
Notifications
You must be signed in to change notification settings - Fork 62
/
pubspec.yaml
35 lines (35 loc) · 966 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
name: flutter_contact
version: 0.9.1+7
homepage: https://github.com/SunnyApp/flutter_contact
description: A Flutter plugin to retrieve, create and save contacts and contact-related events on Android and iOS devices.
maintainer: Eric Martineau
environment:
sdk: '>=2.14.0 <3.0.0'
flutter: '>=1.10.0'
dependencies:
collection: ^1.17.2
equatable: ^2.0.5
intl: ^0.18.1
logging: 1.2.0
quiver: ^3.0.1+1
uuid: ^3.0.7
dartxx:
path: /Users/ericm/aesthetika/checkout/ericmartineau/dartxx
flexidate:
path: /Users/ericm/aesthetika/checkout/ericmartineau/flexidate
logging_config:
path: /Users/ericm/aesthetika/checkout/SunnyApp/logging_config
flutter:
sdk: flutter
dev_dependencies:
pedantic: ^1.11.1
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: co.sunnyapp.flutter_contact
pluginClass: FlutterContactPlugin
ios:
pluginClass: FlutterContactPlugin