rauth_flutter 2.0.41
rauth_flutter: ^2.0.41 copied to clipboard
RAuth v2 Flutter SDK - Cross-platform reverse authentication library for WhatsApp, Reverse SMS, OneID, and Passkey. Supports Android, iOS, and Web with dual SIM support, device info auto-detection, HM [...]
We analyzed this package 7 days ago, and awarded it 50 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
Repository URL doesn't exist.
At the time of the analysis https://github.com/rauth/rauth-flutter was unreachable. Make sure that the website is reachable via HEAD requests.
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
80 out of 157 API elements (51.0 %) have documentation comments.
Some symbols that are missing documentation: rauth_flutter, rauth_flutter.ApprovalActionExtension, rauth_flutter.ApprovalActionExtension.value, rauth_flutter.ApprovalRequest.ApprovalRequest.new, rauth_flutter.ApprovalRequest.action.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'dart:js_util'.
lib/src/passkey_manager_web.dart:9:8
╷
9 │ import 'dart:js_util' as js_util; // Fallback for JSArrayBuffer conversion
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/passkey_manager_web.dart
WARNING: The value of the field '_lastSignature' isn't used.
lib/src/passkey_manager_mobile.dart:22:14
╷
22 │ Uint8List? _lastSignature;
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/passkey_manager_mobile.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
cryptography |
^2.7.0 |
2.9.0 | 2.9.0 | |
device_info_plus |
^9.1.2 |
9.1.2 | 12.4.0 | |
http |
^1.2.1 |
1.6.0 | 1.6.0 | |
local_auth |
^2.1.8 |
2.3.0 | 3.0.1 | |
permission_handler |
^11.0.0 |
11.4.0 | 12.0.1 | |
shared_preferences |
^2.2.2 |
2.5.5 | 2.5.5 | |
url_launcher |
^6.3.0 |
6.3.2 | 6.3.2 | |
web |
^1.0.0 |
1.1.1 | 1.1.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^9.1.2` on device_info_plus does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions device_info_plus to update the constraint.
The constraint `^2.1.8` on local_auth does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions local_auth to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
URI_DOES_NOT_EXIST-lib/src/passkey_manager_web.dart:9:8- Target of URI doesn't exist: 'dart:js_util'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.12, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.