-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
30 lines (26 loc) · 793 Bytes
/
pubspec.yaml
File metadata and controls
30 lines (26 loc) · 793 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
name: magic_social_auth
description: Social authentication plugin for Magic Framework. Laravel Socialite-style API with extensible drivers.
version: 0.0.1-alpha.1
homepage: https://magic.fluttersdk.com/social-auth
documentation: https://magic.fluttersdk.com/packages/social-auth/getting-started/installation
repository: https://github.com/fluttersdk/magic_social_auth
issue_tracker: https://github.com/fluttersdk/magic_social_auth/issues
topics:
- authentication
- social-auth
- oauth
- magic-framework
- socialite
environment:
sdk: ">=3.6.0 <4.0.0"
flutter: ">=3.27.0"
dependencies:
flutter:
sdk: flutter
magic: ^1.0.0-alpha.3
google_sign_in: ^7.2.0
flutter_web_auth_2: ">=4.0.0 <6.0.0"
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0