komodo_ui 0.3.0+3
komodo_ui: ^0.3.0+3 copied to clipboard
A high-level widget catalog relevant to building Flutter UI apps which consume Komodo DeFi Framework
We analyzed this package 4 days ago, and awarded it 130 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
374 out of 603 API elements (62.0 %) have documentation comments.
Some symbols that are missing documentation: komodo_ui.AddressSelectInput, komodo_ui.AddressSelectInput.AddressSelectInput.new, komodo_ui.AddressSelectInput.addresses, komodo_ui.AddressSelectInput.assetName, komodo_ui.AddressSelectInput.hint.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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_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_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 not compatible with platform Web
Because:
package:komodo_ui/komodo_ui.dartthat imports:package:komodo_ui/src/utils/formatters/fee_info_formatters.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
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:komodo_ui/komodo_ui.dartthat imports:package:komodo_ui/src/utils/formatters/fee_info_formatters.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
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.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 239 issues. Showing the first 2:
WARNING: The declaration '_buildLoadingState' isn't referenced.
lib/src/defi/transaction/withdrawal_priority.dart:127:10
╷
127 │ Widget _buildLoadingState(BuildContext context) {
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/defi/transaction/withdrawal_priority.dart
WARNING: The type argument(s) of the constructor 'Future.delayed' can't be inferred.
lib/src/defi/withdraw/withdrawal_form_example.dart:38:11
╷
38 │ await Future.delayed(const Duration(seconds: 1));
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/defi/withdraw/withdrawal_form_example.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
decimal |
^3.2.1 |
3.2.4 | 3.2.4 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
komodo_defi_types |
^0.3.2+1 |
0.3.2+1 | 0.3.2+1 | |
mobile_scanner |
^7.0.0 |
7.1.3 | 7.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
equatable |
- | 2.0.7 | 2.0.7 | |
freezed_annotation |
- | 3.1.0 | 3.1.0 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
komodo_defi_rpc_methods |
- | 0.3.1+1 | 0.3.1+1 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
rational |
- | 2.2.3 | 2.2.3 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
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.0, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.