dynamic_sdk 1.0.2
dynamic_sdk: ^1.0.2 copied to clipboard
Dynamic SDK
We analyzed this package 16 hours ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 50 to 180 characters to describe the package, what it does, and its target use case.
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: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
19 out of 155 API elements (12.3 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: dynamic_sdk
, dynamic_sdk.BaseWallet
, dynamic_sdk.BaseWallet.BaseWallet.fromJson
, dynamic_sdk.BaseWallet.BaseWallet.new
, dynamic_sdk.BaseWallet.additionalAddresses
.
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:dynamic_sdk/dynamic_sdk.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:dynamic_sdk/dynamic_sdk.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:dynamic_sdk/dynamic_sdk.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:dynamic_sdk/dynamic_sdk.dart
that 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:dynamic_sdk/dynamic_sdk.dart
that imports:package:dynamic_sdk/src/dynamic_sdk.dart
that imports:package:dynamic_sdk/src/utils/setup_platform_handler.dart
that imports:package:flutter_web_auth_2/flutter_web_auth_2.dart
that imports:package:flutter_web_auth_2/src/linows.dart
that imports:package:flutter_web_auth_2/src/webview.dart
that imports:package:desktop_webview_window/desktop_webview_window.dart
that declares support for platforms:Windows
,Linux
,macOS
.
Package does not support platform `iOS`.
Because:
package:dynamic_sdk/dynamic_sdk.dart
that imports:package:dynamic_sdk/src/dynamic_sdk.dart
that imports:package:dynamic_sdk/src/utils/setup_platform_handler.dart
that imports:package:flutter_web_auth_2/flutter_web_auth_2.dart
that imports:package:flutter_web_auth_2/src/linows.dart
that imports:package:flutter_web_auth_2/src/webview.dart
that imports:package:desktop_webview_window/desktop_webview_window.dart
that declares support for platforms:Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:dynamic_sdk/dynamic_sdk.dart
that imports:package:dynamic_sdk/src/dynamic_sdk.dart
that imports:package:dynamic_sdk/src/utils/setup_storage_handler.dart
that imports:package:flutter_secure_storage/flutter_secure_storage.dart
that imports:package:flutter_secure_storage_platform_interface/flutter_secure_storage_platform_interface.dart
that 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.dev/web/wasm for details.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/dynamic_sdk/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
INFO: Missing type annotation.
lib/src/core/message_transport/request_channel.dart:98:3
╷
98 │ handle<T>({
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/message_transport/request_channel.dart
INFO: Missing type annotation.
lib/src/core/message_transport/request_channel.dart:132:3
╷
132 │ handleEmit<T>({
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/message_transport/request_channel.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
flutter_secure_storage |
^9.0.0 |
9.2.4 | 9.2.4 | |
flutter_web_auth_2 |
^4.1.0 |
4.1.0 | 4.1.0 | |
freezed_annotation |
^2.1.0 |
2.4.4 | 3.1.0 | |
http |
^1.2.1 |
1.5.0 | 1.5.0 | |
json_annotation |
^4.9.0 |
4.9.0 | 4.9.0 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
rxdart |
^0.28.0 |
0.28.0 | 0.28.0 | |
url_launcher |
^6.3.0 |
6.3.2 | 6.3.2 | |
webview_flutter |
^4.0.0 |
4.13.0 | 4.13.0 | |
webview_flutter_platform_interface |
^2.10.0 |
2.14.0 | 2.14.0 | |
webview_flutter_wkwebview |
^3.14.0 |
3.23.1 | 3.23.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^2.1.0` on freezed_annotation does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions freezed_annotation
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.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.