vestibule_auth 2.0.2
vestibule_auth: ^2.0.2 copied to clipboard
Multi-tenant OTP authentication client for Vestibule
We analyzed this package 22 hours ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/127k/vestibule was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/127k/vestibule/issues 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
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
133 out of 216 API elements (61.6 %) have documentation comments.
Some symbols that are missing documentation: vestibule_auth, vestibule_auth.DeleteUserRequest.DeleteUserRequest.new, vestibule_auth.DeleteUserRequest.toJson, vestibule_auth.DeleteUserRequest.userId, vestibule_auth.DeleteUserResponse.DeleteUserResponse.fromJson.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:vestibule_auth/vestibule_auth.dartthat imports:package:vestibule_auth/src/vestibule_client.dartthat imports:package:sign_in_with_apple/sign_in_with_apple.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:vestibule_auth/vestibule_auth.dartthat imports:package:vestibule_auth/src/device_info.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package not compatible with platform Web
Because:
package:vestibule_auth/vestibule_auth.dartthat imports:package:vestibule_auth/src/device_info.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_linux.dartthat imports:dart:io
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:vestibule_auth/vestibule_auth.dartthat imports:package:vestibule_auth/src/device_info.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:vestibule_auth/vestibule_auth.dartthat imports:package:vestibule_auth/src/device_info.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:vestibule_auth/vestibule_auth.dartthat imports:package:vestibule_auth/src/device_info.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
device_info_plus |
^12.2.0 |
12.4.0 | 13.2.0 | |
flutter_fgbg |
^0.7.1 |
0.7.1 | 0.8.0 | |
flutter_secure_storage |
^10.2.0 |
10.3.1 | 11.0.0 | |
google_sign_in |
^6.2.1 |
6.3.0 | 7.2.0 | |
http |
^1.2.0 |
1.6.0 | 1.6.0 | |
jwt_decode |
^0.3.1 |
0.3.1 | 0.3.1 | |
meta |
^1.16.0 |
1.19.0 | 1.19.0 | |
package_info_plus |
^9.0.0 |
9.0.1 | 10.2.1 | |
plugin_platform_interface |
^2.1.8 |
2.1.8 | 2.1.8 | |
shared_preferences |
^2.5.3 |
2.5.5 | 2.5.5 | |
sign_in_with_apple |
^6.1.0 |
6.1.4 | 8.2.0 | |
uuid |
^4.5.1 |
4.6.0 | 4.6.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 6 issues. Showing the first 2:
The constraint `^12.2.0` on device_info_plus does not support the stable version `13.0.0`.
Try running dart pub upgrade --major-versions device_info_plus to update the constraint.
The constraint `^0.7.1` on flutter_fgbg does not support the stable version `0.8.0`.
Try running dart pub upgrade --major-versions flutter_fgbg to update the constraint.
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.18, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.