-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpubspec.yaml
45 lines (40 loc) · 1.04 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: desktop_webview_auth
description: This package enables Firebase OAuth on desktop via webview
version: 0.0.15
homepage: https://github.com/invertase/flutter_desktop_webview_auth
environment:
sdk: ">=2.12.0 <4.0.0"
flutter: ">=1.20.0"
dependencies:
crypto: ^3.0.3
flutter:
sdk: flutter
http: ^1.0.0
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^2.1.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter:
plugin:
platforms:
macos:
pluginClass: DesktopWebviewAuthPlugin
linux:
pluginClass: DesktopWebviewAuthPlugin
windows:
pluginClass: DesktopWebviewAuthPlugin
ios:
pluginClass: DesktopWebviewAuthPlugin
android:
package: com.example.desktop_webview_auth
pluginClass: DesktopWebviewAuthPlugin
web:
pluginClass: DesktopWebviewAuthWeb
fileName: desktop_webview_auth_web.dart
false_secrets:
- /README.md
- /example/lib/main.dart
- /example/macos/Runner/GoogleService-Info.plist