sms_otp_autofill 0.2.1
sms_otp_autofill: ^0.2.1 copied to clipboard
SMS OTP Auto Fill is a Flutter package designed to simplify the process of handling OTP received via SMS.
We analyzed this package 2 hours ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
2 out of 5 API elements (40.0 %) have documentation comments.
Some symbols that are missing documentation: sms_otp_autofill.OtpAutofill.OtpAutofill.new, sms_otp_autofill.OtpAutofill.listenForOtp, sms_otp_autofill.OtpAutofill.telephony.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:sms_otp_autofill/sms_otp_autofill.dartthat imports:package:sms_otp_autofill/src/sms_otp_autofill_base.dartthat imports:package:telephony/telephony.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:sms_otp_autofill/sms_otp_autofill.dartthat imports:package:sms_otp_autofill/src/sms_otp_autofill_base.dartthat imports:package:telephony/telephony.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:sms_otp_autofill/sms_otp_autofill.dartthat imports:package:sms_otp_autofill/src/sms_otp_autofill_base.dartthat imports:package:telephony/telephony.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:sms_otp_autofill/sms_otp_autofill.dartthat imports:package:sms_otp_autofill/src/sms_otp_autofill_base.dartthat imports:package:telephony/telephony.dartthat declares support for platforms:Android,iOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Missing type annotation.
lib/src/sms_otp_autofill_base.dart:7:7
╷
7 │ get listenForOtp async {
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/sms_otp_autofill_base.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
telephony |
^0.2.0 |
0.2.0 | 0.2.0 | Discontinued |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- telephony.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.10, Dart 3.11.1.
Check the analysis log for details.