komodo_ui 0.3.0+3 copy "komodo_ui: ^0.3.0+3" to clipboard
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

120/ 160
pub points
0
downloads

We analyzed this package 12 days ago, and awarded it 120 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

packages/komodo_ui/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:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: komodo_ui,
    • contains a version property, and,
    • does not contain a publish_to property.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 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.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.dart that imports:
  • package:komodo_ui/src/input/qr_code_scanner.dart that imports:
  • package:mobile_scanner/mobile_scanner.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Linux`.

Because:

  • package:komodo_ui/komodo_ui.dart that imports:
  • package:komodo_ui/src/input/qr_code_scanner.dart that imports:
  • package:mobile_scanner/mobile_scanner.dart that declares support for platforms: Android, iOS, macOS, Web.
Package not compatible with platform Web

Because:

  • package:komodo_ui/komodo_ui.dart that imports:
  • package:komodo_ui/src/utils/formatters/fee_info_formatters.dart that imports:
  • package:komodo_defi_types/komodo_defi_types.dart that imports:
  • package:komodo_defi_types/src/types.dart that imports:
  • package:komodo_defi_types/src/withdrawal/withdrawal_types.dart that imports:
  • package:komodo_defi_rpc_methods/komodo_defi_rpc_methods.dart that imports:
  • package:komodo_defi_rpc_methods/src/util/util.dart that imports:
  • package:komodo_defi_rpc_methods/src/util/methods_index_generator.dart that imports:
  • dart:io
Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 238 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

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 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.4 7.1.4
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.7 3.0.7
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.17.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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions:
0
likes
120
points
0
downloads

Publisher

verified publisherkomodoplatform.com

Weekly Downloads

A high-level widget catalog relevant to building Flutter UI apps which consume Komodo DeFi Framework

Documentation

API reference

License

MIT (license)

Dependencies

decimal, flutter, intl, komodo_defi_types, mobile_scanner

More

Packages that depend on komodo_ui