auth3_login 1.3.0
auth3_login: ^1.3.0 copied to clipboard
Official Auth3 Login SDK for Flutter, read more at https://auth3.dev/.
We analyzed this package 4 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://auth3.dev was unreachable. Make sure that the website is reachable via HEAD requests.
Documentation URL doesn't exist.
At the time of the analysis https://docs.auth3.dev/ 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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
15 out of 20 API elements (75.0 %) have documentation comments.
Some symbols that are missing documentation: auth3_login, auth3_login.Auth3Login.getPlatformSpecificURI, auth3_login.Auth3Login.storage, jwt_parser, jwt_parser.JwtParser.JwtParser.new.
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:auth3_login/auth3_login.dartthat imports:package:native_dialog/native_dialog.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:auth3_login/auth3_login.dartthat imports:package:native_dialog/native_dialog.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:auth3_login/auth3_login.dartthat imports:package:native_dialog/native_dialog.dartthat declares support for platforms:Android,iOS,Web.
Package not compatible with platform Web
Because:
package:auth3_login/auth3_login.dartthat imports:package:universal_html/html.dartthat imports:package:universal_html/src/_sdk/html.dartthat imports:package:universal_html/src/_sdk_html_additions.dartthat imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:auth3_login/auth3_login.dartthat imports:package:universal_html/html.dartthat imports:package:universal_html/src/_sdk/html.dartthat imports:package:universal_html/src/_sdk_html_additions.dartthat imports:dart:io
This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: Use 'isNotEmpty' instead of 'length' to test whether the collection is empty.
lib/auth3_login.dart:197:9
╷
197 │ if (parsedResult.fragment.length > 0) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/auth3_login.dart
INFO: Use 'isNotEmpty' instead of 'length' to test whether the collection is empty.
lib/auth3_login.dart:204:9
╷
204 │ if (parsedResult.query.length > 0) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/auth3_login.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_secure_storage |
^7.0.1 |
7.0.1 | 9.2.4 | |
flutter_web_auth |
^0.5.0 |
0.5.0 | 0.6.0 | |
native_dialog |
^0.1.1 |
0.1.1 | 0.1.1 | |
universal_html |
^2.0.8 |
2.2.4 | 2.2.4 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
charcode |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
csslib |
- | 1.0.2 | 1.0.2 | |
flutter_secure_storage_linux |
- | 1.2.3 | 2.0.1 | |
flutter_secure_storage_macos |
- | 2.0.1 | 4.0.0 | |
flutter_secure_storage_platform_interface |
- | 1.1.2 | 2.0.1 | |
flutter_secure_storage_web |
- | 1.2.1 | 2.0.0 | |
flutter_secure_storage_windows |
- | 1.1.3 | 4.0.0 | |
html |
- | 0.15.6 | 0.15.6 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.1 | 1.10.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_io |
- | 2.2.2 | 2.2.2 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^7.0.1` on flutter_secure_storage does not support the stable version `8.0.0`.
Try running dart pub upgrade --major-versions flutter_secure_storage to update the constraint.
The constraint `^0.5.0` on flutter_web_auth does not support the stable version `0.6.0`.
Try running dart pub upgrade --major-versions flutter_web_auth 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.0, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.