vestibule_auth 0.0.1-beta.5
vestibule_auth: ^0.0.1-beta.5 copied to clipboard
Multi-tenant OTP authentication client for Vestibule
We analyzed this package 17 days ago, and awarded it 130 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
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
800 out of 1231 API elements (65.0 %) have documentation comments.
Some symbols that are missing documentation: client, client.DeviceMetadata, client.DeviceMetadata.DeviceMetadata.new, client.FlutterFlowAuthData.FlutterFlowAuthData.new, client.FlutterFlowAuthData.accessToken.
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:vestibule_auth/client.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:vestibule_auth/client.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:vestibule_auth/client.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:vestibule_auth/client.dartthat declares support for platforms:Android,iOS.
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/client.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/client.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.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/vestibule_auth/Package.swift.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 9 issues. Showing the first 2:
/tmp/pana_PFYPFF/lib/gen/proto/otp_auth.connect.client.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_PFYPFF/lib/gen/proto/otp_auth.connect.spec.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
connectrpc |
^1.0.0 |
1.0.0 | 1.0.0 | |
device_info_plus |
^12.2.0 |
12.3.0 | 12.3.0 | |
fixnum |
^1.1.1 |
1.1.1 | 1.1.1 | |
flutter_fgbg |
^0.7.1 |
0.7.1 | 0.7.1 | |
flutter_secure_storage |
^10.0.0-beta.4 |
10.0.0 | 10.0.0 | |
google_sign_in |
^6.2.1 |
6.3.0 | 7.2.0 | |
jwt_decode |
^0.3.1 |
0.3.1 | 0.3.1 | |
package_info_plus |
^9.0.0 |
9.0.0 | 9.0.0 | |
plugin_platform_interface |
^2.1.8 |
2.1.8 | 2.1.8 | |
protobuf |
^4.2.0 |
4.2.0 | 6.0.0 | |
shared_preferences |
^2.5.3 |
2.5.4 | 2.5.4 | |
sign_in_with_apple |
^6.1.0 |
6.1.4 | 7.0.1 | |
uuid |
^4.5.1 |
4.5.2 | 4.5.2 |
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 `^6.2.1` on google_sign_in does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions google_sign_in to update the constraint.
The constraint `^4.2.0` on protobuf does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions protobuf 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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.