komodo_defi_sdk 0.3.0+1
komodo_defi_sdk: ^0.3.0+1 copied to clipboard
A high-level opinionated library that provides a simple way to build cross-platform Komodo Defi Framework applications (primarily focused on wallets). This package seves as the entry point for the pac [...]
We analyzed this package 11 days ago, and awarded it 90 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
Failed to verify repository URL.
packages/komodo_defi_sdk/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_sdk, - 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.
10/10 points: 20% or more of the public API has dartdoc comments
114 out of 231 API elements (49.4 %) have documentation comments.
Some symbols that are missing documentation: komodo_defi_sdk.AddressOperations.AddressOperations.new, komodo_defi_sdk.AssetFaucetExtension, komodo_defi_sdk.AssetFaucetExtension.hasFaucet, komodo_defi_sdk.AssetHdWalletAddressesExtension, komodo_defi_sdk.AssetUnavailableErrorReasonExtension.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:komodo_defi_sdk/komodo_defi_sdk.dartthat imports:package:komodo_defi_sdk/src/widgets/asset_balance_text.dartthat imports:package:komodo_ui/komodo_ui.dartthat imports:package:komodo_ui/src/input/qr_code_scanner.dartthat imports:package:mobile_scanner/mobile_scanner.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:komodo_defi_sdk/komodo_defi_sdk.dartthat imports:package:komodo_defi_sdk/src/widgets/asset_balance_text.dartthat imports:package:komodo_ui/komodo_ui.dartthat imports:package:komodo_ui/src/input/qr_code_scanner.dartthat imports:package:mobile_scanner/mobile_scanner.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Web`.
Because:
package:komodo_defi_sdk/komodo_defi_sdk.dartthat imports:package:komodo_defi_sdk/src/komodo_defi_sdk.dartthat imports:package:komodo_defi_sdk/src/withdrawals/withdrawal_manager.dartthat imports:package:komodo_defi_sdk/src/_internal_exports.dartthat imports:package:komodo_defi_sdk/src/transaction_history/_transaction_history_index.dartthat imports:package:komodo_defi_sdk/src/transaction_history/transaction_history_strategies.dartthat imports:package:komodo_defi_sdk/src/pubkeys/pubkey_manager.dartthat imports:package:komodo_defi_local_auth/komodo_defi_local_auth.dartthat imports:package:komodo_defi_local_auth/src/trezor/_trezor_index.dartthat imports:package:komodo_defi_local_auth/src/trezor/trezor_auth_service.dartthat imports:package:komodo_defi_local_auth/src/auth/auth_service.dartthat imports:package:komodo_defi_framework/komodo_defi_framework.dartthat imports:package:komodo_defi_framework/src/config/kdf_startup_config.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 212 issues. Showing the first 2:
ERROR: Undefined class 'KomodoCoins'.
lib/src/assets/asset_manager.dart:64:9
╷
64 │ final KomodoCoins _coins = KomodoCoins();
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/assets/asset_manager.dart
ERROR: The method 'KomodoCoins' isn't defined for the type 'AssetManager'.
lib/src/assets/asset_manager.dart:64:30
╷
64 │ final KomodoCoins _coins = KomodoCoins();
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/assets/asset_manager.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
decimal |
^3.2.1 |
3.2.4 | 3.2.4 | |
flutter_secure_storage |
^10.0.0-beta.4 |
10.0.0 | 10.0.0 | |
get_it |
^8.0.3 |
8.3.0 | 9.2.0 | |
http |
^1.4.0 |
1.6.0 | 1.6.0 | |
komodo_cex_market_data |
^0.0.2+1 |
0.0.3+1 | 0.0.3+1 | |
komodo_coins |
^0.3.0+1 |
0.3.1+2 | 0.3.1+2 | |
komodo_defi_framework |
^0.3.0+1 |
0.3.1+2 | 0.3.1+2 | |
komodo_defi_local_auth |
^0.3.0+1 |
0.3.1+2 | 0.3.1+2 | |
komodo_defi_rpc_methods |
^0.3.0+1 |
0.3.1+1 | 0.3.1+1 | |
komodo_defi_types |
^0.3.0+2 |
0.3.2+1 | 0.3.2+1 | |
komodo_ui |
^0.3.0+1 |
0.3.0+3 | 0.3.0+3 | |
logging |
^1.3.0 |
1.3.0 | 1.3.0 | |
mutex |
^3.1.0 |
3.1.0 | 3.1.0 | |
provider |
^6.1.2 |
6.1.5+1 | 6.1.5+1 | |
shared_preferences |
^2.3.2 |
2.5.4 | 2.5.4 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
bloc |
- | 9.1.0 | 9.1.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
csslib |
- | 1.0.2 | 1.0.2 | |
equatable |
- | 2.0.7 | 2.0.7 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_bloc |
- | 9.1.1 | 9.1.1 | |
flutter_plugin_android_lifecycle |
- | 2.0.33 | 2.0.33 | |
flutter_secure_storage_darwin |
- | 0.2.0 | 0.2.0 | |
flutter_secure_storage_linux |
- | 3.0.0 | 3.0.0 | |
flutter_secure_storage_platform_interface |
- | 2.0.1 | 2.0.1 | |
flutter_secure_storage_web |
- | 2.1.0 | 2.1.0 | |
flutter_secure_storage_windows |
- | 4.1.0 | 4.1.0 | |
freezed_annotation |
- | 3.1.0 | 3.1.0 | |
hive_ce |
- | 2.16.0 | 2.16.0 | |
hive_ce_flutter |
- | 2.3.3 | 2.3.3 | |
html |
- | 0.15.6 | 0.15.6 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.20.2 | 0.20.2 | |
isolate_channel |
- | 0.2.2+1 | 0.2.2+1 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
komodo_coin_updates |
- | 1.1.1 | 1.1.1 | |
komodo_wallet_build_transformer |
- | 0.4.0 | 0.4.0 | |
local_auth |
- | 2.3.0 | 3.0.0 | |
local_auth_android |
- | 1.0.56 | 2.0.4 | |
local_auth_darwin |
- | 1.6.1 | 2.0.1 | |
local_auth_platform_interface |
- | 1.1.0 | 1.1.0 | |
local_auth_windows |
- | 1.0.11 | 2.0.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
mobile_scanner |
- | 7.1.4 | 7.1.4 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.22 | 2.2.22 | |
path_provider_foundation |
- | 2.5.1 | 2.5.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
rational |
- | 2.2.3 | 2.2.3 | |
shared_preferences_android |
- | 2.4.18 | 2.4.18 | |
shared_preferences_foundation |
- | 2.5.6 | 2.5.6 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.5.2 | 4.5.2 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.15.0 | 5.15.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.
The constraint `^8.0.3` on get_it does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions get_it 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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.