-
Notifications
You must be signed in to change notification settings - Fork 26
/
pubspec.yaml
46 lines (40 loc) · 1.01 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
46
name: smart_auth
description: Wrapper of Android SMS User Consent API, SMS Retriever API to read one time sms code, get/save/delete user phone number, OTP, OTC, sms autofill, android autofill
homepage: https://github.com/Tkko/flutter_smart_auth
repository: https://github.com/Tkko/flutter_smart_auth
topics:
- otp
- sms-autofill
- sms-user-consent-api
- sms-retriever-api
- smart-lock
version: 2.0.0
environment:
sdk: ">=2.16.1 <4.0.0"
flutter: ">=2.5.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter:
plugin:
platforms:
android:
package: fman.ge.smart_auth
pluginClass: SmartAuthPlugin
ios:
pluginClass: SmartAuthPlugin
linux:
pluginClass: SmartAuthPlugin
macos:
pluginClass: SmartAuthPlugin
windows:
pluginClass: SmartAuthPlugin
web:
pluginClass: SmartAuthWeb
fileName: smart_auth_web.dart