-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (28 loc) · 744 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
32 lines (28 loc) · 744 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: google_sign_in_desktop
description: Desktop implementation of the google_sign_in plugin. Please note that this implementation is not endorsed.
version: 0.0.0
homepage: https://github.com/tnc1997/flutter-google-sign-in-desktop
environment:
sdk: '^3.6.0'
flutter: '>=3.27.0'
dependencies:
crypto: ^3.0.0
flutter:
sdk: flutter
google_sign_in_platform_interface: ^3.0.0
http: ^1.0.0
url_launcher: ^6.1.0
dev_dependencies:
flutter_lints: ^6.0.0
flutter_test:
sdk: flutter
flutter:
plugin:
implements: google_sign_in
platforms:
linux:
dartPluginClass: GoogleSignInDesktop
macos:
dartPluginClass: GoogleSignInDesktop
windows:
dartPluginClass: GoogleSignInDesktop