uae_pass_kit 0.0.2
uae_pass_kit: ^0.0.2 copied to clipboard
Unofficial UAE Pass Flutter plugin: app-to-app sign-in, profile retrieval, document sharing, PDF e-signature, token refresh and logout in pure Dart.
We analyzed this package 4 days ago, and awarded it 150 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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
291 out of 298 API elements (97.7 %) have documentation comments.
Some symbols that are missing documentation: uae_pass_kit.UaePassDocumentShareBackend.UaePassDocumentShareBackend.new, uae_pass_kit.UaePassSigningTokenExchanger.UaePassSigningTokenExchanger.new, uae_pass_kit.UaePassTokenExchanger.UaePassTokenExchanger.new, uae_pass_kit_method_channel, uae_pass_kit_method_channel.MethodChannelUaePassKit.MethodChannelUaePassKit.new.
10/10 points: Package has an example
10/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:uae_pass_kit/uae_pass_kit.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:uae_pass_kit/uae_pass_kit.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:uae_pass_kit/uae_pass_kit.dartthat declares support for platforms:Android,iOS,Web.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Web`.
Because:
package:uae_pass_kit/uae_pass_kit.dartthat imports:package:uae_pass_kit/src/client.dartthat imports:package:uae_pass_kit/src/auth/uae_pass_web_flow_screen.dartthat imports:package:webview_flutter/webview_flutter.dartthat declares support for platforms:Android,iOS,macOS.
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:uae_pass_kit/uae_pass_kit.dartthat imports:package:uae_pass_kit/src/token_exchanger.dartthat imports:package:uae_pass_kit/src/api/uae_pass_http.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
Swift PM-ready: This iOS or macOS plugin supports the Swift Package Manager. See https://docs.flutter.dev/to/spm for details.
Built-in Kotlin-ready: This Android plugin supports built-in Kotlin. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors 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 |
|---|---|---|---|---|
app_links |
>=6.0.0 <8.0.0 |
7.2.1 | 7.2.1 | |
crypto |
>=2.0.0 <4.0.0 |
3.0.7 | 3.0.7 | |
http |
>=1.0.0 <2.0.0 |
1.6.0 | 1.6.0 | |
plugin_platform_interface |
>=2.0.0 <4.0.0 |
2.1.8 | 2.1.8 | |
url_launcher |
>=6.1.0 <7.0.0 |
6.3.2 | 6.3.2 | |
web |
>=1.0.0 <3.0.0 |
1.1.1 | 1.1.1 | |
webview_flutter |
>=4.0.0 <6.0.0 |
4.14.1 | 4.14.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
app_links_linux |
- | 1.0.3 | 1.0.3 | |
app_links_platform_interface |
- | 2.0.4 | 2.0.4 | |
app_links_web |
- | 1.0.4 | 1.0.4 | |
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
ffi |
- | 2.2.0 | 2.2.0 | |
gtk |
- | 2.2.0 | 2.2.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
url_launcher_android |
- | 6.3.32 | 6.3.32 | |
url_launcher_ios |
- | 6.4.1 | 6.4.1 | |
url_launcher_linux |
- | 3.2.2 | 3.2.2 | |
url_launcher_macos |
- | 3.2.5 | 3.2.5 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.3 | 2.4.3 | |
url_launcher_windows |
- | 3.1.5 | 3.1.5 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
webview_flutter_android |
- | 4.14.0 | 4.14.0 | |
webview_flutter_platform_interface |
- | 2.15.1 | 2.15.1 | |
webview_flutter_wkwebview |
- | 3.26.0 | 3.26.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.