-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpubspec.yaml
36 lines (30 loc) · 829 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
36
name: oauth_webauth
description: This plugin provides an alternative to AppAuth using WebView for OAuth 2.0 authorization/authentication.
version: 5.1.0
repository: https://github.com/luis901101/oauth_webauth
issue_tracker: https://github.com/luis901101/oauth_webauth/issues
topics:
- oauth
- oauth2
- login
- social-login
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: '>=3.3.0'
dependencies:
flutter_web_plugins:
sdk: flutter
flutter:
sdk: flutter
oauth2: ^2.0.0
flutter_inappwebview: ^6.0.0
shared_preferences: ^2.0.0
http: '>=0.13.0 <2.0.0'
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter: