komodo_defi_framework 0.3.1+2
komodo_defi_framework: ^0.3.1+2 copied to clipboard
A Flutter plugin for the Komodo DeFi Framework, supporting both native (FFI) and web (WASM) platforms.
We analyzed this package 37 hours ago, and awarded it 100 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
packages/komodo_defi_framework/pubspec.yaml from the repository URL mismatch: expected https://github.com/KomodoPlatform/komodo-defi-sdk-flutter but got https://github.com/GLEECBTC/komodo-defi-sdk-flutter.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: komodo_defi_framework, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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
26 out of 133 API elements (19.5 %) 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: kdf_plugin_web, kdf_plugin_web.KomodoDefiFrameworkWeb, kdf_plugin_web.KomodoDefiFrameworkWeb.KomodoDefiFrameworkWeb.new, kdf_plugin_web.KomodoDefiFrameworkWeb.registerWith, komodo_defi_framework.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/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 not compatible with platform Android
Because:
package:komodo_defi_framework/komodo_defi_framework.dartthat imports:package:komodo_defi_framework/src/operations/kdf_operations_factory.dartthat imports:package:komodo_defi_framework/src/operations/kdf_operations_wasm.dartthat imports:package:komodo_defi_framework/src/js/js_interop_utils.dartthat imports:dart:js_interop
Package not compatible with platform iOS
Because:
package:komodo_defi_framework/komodo_defi_framework.dartthat imports:package:komodo_defi_framework/src/operations/kdf_operations_factory.dartthat imports:package:komodo_defi_framework/src/operations/kdf_operations_wasm.dartthat imports:package:komodo_defi_framework/src/js/js_interop_utils.dartthat imports:dart:js_interop
Package not compatible with platform Windows
Because:
package:komodo_defi_framework/komodo_defi_framework.dartthat imports:package:komodo_defi_framework/src/operations/kdf_operations_factory.dartthat imports:package:komodo_defi_framework/src/operations/kdf_operations_wasm.dartthat imports:package:komodo_defi_framework/src/js/js_interop_utils.dartthat imports:dart:js_interop
Package not compatible with platform Linux
Because:
package:komodo_defi_framework/komodo_defi_framework.dartthat imports:package:komodo_defi_framework/src/operations/kdf_operations_factory.dartthat imports:package:komodo_defi_framework/src/operations/kdf_operations_wasm.dartthat imports:package:komodo_defi_framework/src/js/js_interop_utils.dartthat imports:dart:js_interop
Package not compatible with platform macOS
Because:
package:komodo_defi_framework/komodo_defi_framework.dartthat imports:package:komodo_defi_framework/src/operations/kdf_operations_factory.dartthat imports:package:komodo_defi_framework/src/operations/kdf_operations_wasm.dartthat imports:package:komodo_defi_framework/src/js/js_interop_utils.dartthat imports:dart:js_interop
Package does not support platform `Web`.
Because:
package:komodo_defi_framework/komodo_defi_framework.dartthat imports:package:komodo_defi_framework/src/services/seed_node_service.dartthat imports:package:komodo_coin_updates/komodo_coin_updates.dartthat imports:package:komodo_coin_updates/src/komodo_coin_updater.dartthat imports:package:hive_ce_flutter/hive_flutter.dartthat imports:package:hive_ce_flutter/src/isolated_hive_extensions.dartthat imports:package:hive_ce_flutter/src/wrapper/path_provider.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:komodo_defi_framework/komodo_defi_framework.dartthat imports:package:komodo_defi_framework/src/services/seed_node_service.dartthat imports:package:komodo_defi_types/komodo_defi_types.dartthat imports:package:komodo_defi_types/src/types.dartthat imports:package:komodo_defi_types/src/withdrawal/withdrawal_types.dartthat imports:package:komodo_defi_rpc_methods/komodo_defi_rpc_methods.dartthat imports:package:komodo_defi_rpc_methods/src/util/util.dartthat imports:package:komodo_defi_rpc_methods/src/util/methods_index_generator.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.
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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 9 issues. Showing the first 2:
WARNING: The annotation 'override' can only be used on fields, getters, methods, or setters.
lib/src/operations/kdf_operations_native.dart:42:4
╷
42 │ @override
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/operations/kdf_operations_native.dart
WARNING: The annotation 'override' can only be used on fields, getters, methods, or setters.
lib/src/operations/kdf_operations_wasm.dart:30:4
╷
30 │ @override
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/operations/kdf_operations_wasm.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ffi |
^2.1.3 |
2.2.0 | 2.2.0 | |
http |
^1.4.0 |
1.6.0 | 1.6.0 | |
komodo_coin_updates |
^1.1.1 |
1.1.1 | 1.1.1 | |
komodo_coins |
^0.3.1+2 |
0.3.1+2 | 0.3.1+2 | |
komodo_defi_types |
^0.3.2+1 |
0.3.2+1 | 0.3.2+1 | |
komodo_wallet_build_transformer |
^0.4.0 |
0.4.0 | 0.4.0 | |
logging |
^1.3.0 |
1.3.0 | 1.3.0 | |
mutex |
^3.1.0 |
3.1.0 | 3.1.0 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.4 |
2.1.6 | 2.1.6 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
web |
^1.1.0 |
1.1.1 | 1.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.1 | 2.13.1 | |
bloc |
- | 9.2.1 | 9.2.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
code_assets |
- | 1.2.1 | 1.2.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
csslib |
- | 1.0.2 | 1.0.2 | |
decimal |
- | 3.2.4 | 3.2.4 | |
equatable |
- | 2.0.8 | 2.0.8 | |
flutter_bloc |
- | 9.1.1 | 9.1.1 | |
freezed_annotation |
- | 3.1.0 | 3.1.0 | |
hive_ce |
- | 2.19.3 | 2.19.3 | |
hive_ce_flutter |
- | 2.3.4 | 2.3.4 | |
hooks |
- | 2.0.2 | 2.0.2 | |
html |
- | 0.15.6 | 0.15.6 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.20.3 | 0.20.3 | |
isolate_channel |
- | 0.6.1 | 0.6.1 | |
jni |
- | 1.0.0 | 1.0.0 | |
jni_flutter |
- | 1.0.1 | 1.0.1 | |
json_annotation |
- | 4.12.0 | 4.12.0 | |
komodo_defi_rpc_methods |
- | 0.3.1+1 | 0.3.1+1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.18.3 | |
nested |
- | 1.0.0 | 1.0.0 | |
objective_c |
- | 9.4.1 | 9.4.1 | |
package_config |
- | 2.2.0 | 3.0.0 | |
path_provider_android |
- | 2.3.1 | 2.3.1 | |
path_provider_foundation |
- | 2.6.0 | 2.6.0 | |
path_provider_linux |
- | 2.2.2 | 2.2.2 | |
path_provider_platform_interface |
- | 2.1.3 | 2.1.3 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
rational |
- | 2.2.3 | 2.2.3 | |
record_use |
- | 0.6.0 | 0.6.0 | |
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 | |
vector_math |
- | 2.2.0 | 2.4.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
yaml |
- | 3.1.3 | 3.1.3 |
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.13, Flutter 3.44.3, Dart 3.12.2.
Check the analysis log for details.