-
Notifications
You must be signed in to change notification settings - Fork 17
/
pubspec.yaml
32 lines (28 loc) · 883 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
name: azure_ad_authentication
description: The Microsoft Authentication Library (MSAL) enables developers to acquire tokens
from the Microsoft identity platform in order to authenticate users and access secured
version: 1.0.3
homepage: https://github.com/fabio21
repository: https://github.com/fabio21/azure_ad_authentication/issues
issue_tracker: https://github.com/fabio21/azure_ad_authentication/issues
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
dartdoc: ^4.0.0
flutter:
plugin:
platforms:
android:
package: com.fsconceicao.azure_ad_authentication
pluginClass: AzureAdAuthenticationPlugin
ios:
pluginClass: AzureAdAuthenticationPlugin
macos:
pluginClass: AzureAdAuthenticationPlugin