native_authentication 0.1.5
native_authentication: ^0.1.5 copied to clipboard
Native bindings for platform-specific authentication APIs like ASWebAuthenticationSession and Chrome Custom Tabs.
We analyzed this package 14 hours ago, and awarded it 160 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: BSD-2-Clause-Patent.
10/10 points: 20% or more of the public API has dartdoc comments
77 out of 86 API elements (89.5 %) have documentation comments.
Some symbols that are missing documentation: native_authentication, native_authentication.CallbackSession.CallbackSession.new, native_authentication.NativeAuthCanceledException.id, native_authentication.OAuthCode, native_authentication.OAuthCode.OAuthCode.new.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
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:native_authentication/native_authentication.dartthat imports:package:native_authentication/src/native_auth.platform_io.dartthat imports:package:native_authentication/src/platform/native_auth.macos.dartthat imports:package:objective_c/objective_c.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `iOS`.
Because:
package:native_authentication/native_authentication.dartthat imports:package:native_authentication/src/native_auth.platform_io.dartthat imports:package:native_authentication/src/platform/native_auth.android.dartthat imports:package:native_authentication/src/native/android/jni_bindings.ffi.dartthat imports:package:jni/jni.dartthat declares support for platforms:Android,Windows,Linux.
Package does not support platform `Windows`.
Because:
package:native_authentication/native_authentication.dartthat imports:package:native_authentication/src/native_auth.platform_io.dartthat imports:package:native_authentication/src/platform/native_auth.macos.dartthat imports:package:objective_c/objective_c.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `Linux`.
Because:
package:native_authentication/native_authentication.dartthat imports:package:native_authentication/src/native_auth.platform_io.dartthat imports:package:native_authentication/src/platform/native_auth.macos.dartthat imports:package:objective_c/objective_c.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `macOS`.
Because:
package:native_authentication/native_authentication.dartthat imports:package:native_authentication/src/native_auth.platform_io.dartthat imports:package:native_authentication/src/platform/native_auth.android.dartthat imports:package:native_authentication/src/native/android/jni_bindings.ffi.dartthat imports:package:jni/jni.dartthat declares support for platforms:Android,Windows,Linux.
0/0 points: WASM compatibility
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ffi |
^2.1.3 |
2.1.4 | 2.1.4 | |
jni |
^0.14.0 |
0.14.2 | 0.15.2 | |
logging |
^1.2.0 |
1.3.0 | 1.3.0 | |
meta |
^1.12.0 |
1.17.0 | 1.17.0 | |
objective_c |
^8.0.0 |
8.1.0 | 9.1.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
pub_semver |
^2.2.0 |
2.2.0 | 2.2.0 | |
stream_transform |
^2.1.0 |
2.1.1 | 2.1.1 | |
web |
^1.0.0 |
1.1.1 | 1.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
package_config |
- | 2.2.0 | 2.2.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
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 `^0.14.0` on jni does not support the stable version `0.15.0`, that was published 11 days ago.
When jni is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions jni to update the constraint.
The constraint `^8.0.0` on objective_c does not support the stable version `9.0.0`, that was published 11 days ago.
When objective_c is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions objective_c 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.1, Flutter 3.38.0, Dart 3.10.0-290.4.beta.
Check the analysis log for details.