forked from noordawod/dart_packages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
45 lines (36 loc) · 1.16 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
40
41
42
43
44
45
name: sign_in_with_apple
description: Flutter bridge to initiate Sign in with Apple (on iOS, macOS, and Android). Includes support for keychain entries as well as signing in with an Apple ID.
version: 3.3.0+1
homepage: https://github.com/aboutyou/dart_packages/tree/master/packages/sign_in_with_apple
repository: https://github.com/aboutyou/dart_packages
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.0.0"
dependencies:
flutter:
sdk: flutter
meta: ^1.3.0
sign_in_with_apple_platform_interface: ^1.0.0
sign_in_with_apple_web: ^1.0.0
dev_dependencies:
flutter_lints: ^1.0.4
flutter_test:
sdk: flutter
# Overrides useful for local development
# dependency_overrides:
# sign_in_with_apple_platform_interface:
# path: ../sign_in_with_apple_platform_interface
# sign_in_with_apple_web:
# path: ../sign_in_with_apple_web
flutter:
plugin:
platforms:
android:
package: com.aboutyou.dart_packages.sign_in_with_apple
pluginClass: SignInWithApplePlugin
ios:
pluginClass: SignInWithApplePlugin
macos:
pluginClass: SignInWithApplePlugin
web:
default_package: sign_in_with_apple_web