-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpubspec.yaml
More file actions
45 lines (37 loc) · 1.52 KB
/
Copy pathpubspec.yaml
File metadata and controls
45 lines (37 loc) · 1.52 KB
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: firebase_phone_auth_handler
description: An easy-to-use firebase phone authentication package to easily send and verify OTP's with auto-fetch OTP support via SMS. Supports web out of the box.
version: 2.0.1
homepage: https://github.com/rithik-dev/firebase_phone_auth_handler
repository: https://github.com/rithik-dev/firebase_phone_auth_handler
issue_tracker: https://github.com/rithik-dev/firebase_phone_auth_handler/issues
documentation: https://github.com/rithik-dev/firebase_phone_auth_handler/blob/master/README.md
# Path must point under screenshots/published/, not screenshots/unpublished/ (see the .pubignore
# in that folder) or any hidden directory: pub.dev builds the search thumbnail and the package page
# gallery from the file it actually receives, and `pub publish --dry-run` does not warn if the path
# resolves locally but is excluded from what gets published — this fails silently.
screenshots:
- description: 'Sending an OTP and verifying a phone number with FirebasePhoneAuthHandler.'
path: screenshots/published/sending_otp.webp
topics:
- flutter
- firebase
- widget
- firebase-auth
- authentication
environment:
sdk: ^3.8.0
flutter: '>=3.32.0'
dependencies:
flutter:
sdk: flutter
provider: ^6.1.5+1
firebase_auth: ^6.5.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
false_secrets:
- /example/android/app/google-services.json
- /example/ios/firebase_app_id_file.json
- /example/ios/Runner/GoogleService-Info.plist
- /example/lib/firebase_options.dart