Skip to content

fix: inconsistent coin list sorting#2847

Merged
CharlVS merged 2 commits intodevfrom
codex/fix-inconsistent-sorting-in-coin-lists
Jul 8, 2025
Merged

fix: inconsistent coin list sorting#2847
CharlVS merged 2 commits intodevfrom
codex/fix-inconsistent-sorting-in-coin-lists

Conversation

@CharlVS
Copy link
Copy Markdown
Collaborator

@CharlVS CharlVS commented Jul 1, 2025

Summary

  • ensure tie-breaking in sortByPriority by coin abbreviation

Testing

  • flutter pub get --enforce-lockfile --offline
  • flutter analyze

https://chatgpt.com/codex/tasks/task_e_6863ed2c885083268db805c4c7c25ace

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Jul 1, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@CharlVS CharlVS changed the title Fix unstable coin list sorting fix: inconsistent coin list sorting Jul 1, 2025
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jul 1, 2025

Visit the preview URL for this PR (updated for commit 78d776a):

https://walletrc--pull-2847-merge-5p2w3vs9.web.app

(expires Thu, 10 Jul 2025 17:46:17 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: f66a4ff03faa546f12f0ae5a841bd9eff2714dcc

@CharlVS CharlVS requested a review from DeckerSU July 1, 2025 15:10
@CharlVS CharlVS self-assigned this Jul 1, 2025
@smk762
Copy link
Copy Markdown
Collaborator

smk762 commented Jul 2, 2025

Please supply an indication of how this update should be tested in app.
Running flutter analyze returns a whole lot which I'm guessing does not relate to a +3/-1 commit.

`flutter analyze` results info • The import of 'package:flutter/foundation.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/foundation.dart' • lib/bloc/analytics/analytics_repo.dart:3:8 • unnecessary_import warning • Unused import: 'package:web_dex/bloc/analytics/analytics_event.dart' • lib/bloc/app_bloc_root.dart:17:8 • unused_import info • Don't use 'BuildContext's across async gaps • lib/bloc/app_bloc_root.dart:405:7 • use_build_context_synchronously info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • lib/bloc/app_bloc_root.dart:444:15 • deprecated_member_use info • Don't use 'BuildContext's across async gaps • lib/bloc/app_bloc_root.dart:450:7 • use_build_context_synchronously info • 'downloadEncryptedWallet' is deprecated and shouldn't be used. Use the KomodoDefiSdk.auth.getMnemonicEncrypted method instead • lib/bloc/auth_bloc/auth_bloc.dart:281:32 • deprecated_member_use_from_same_package info • 'address' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's Asset multi-address support instead. The wallet now works with multiple addresses per account • lib/bloc/bitrefill/bloc/bitrefill_bloc.dart:31:57 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/bloc/bridge_form/bridge_bloc.dart:107:54 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/bloc/bridge_form/bridge_bloc.dart:524:40 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/bloc/bridge_form/bridge_bloc.dart:550:40 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/bloc/bridge_form/bridge_bloc.dart:563:40 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/bloc/bridge_form/bridge_bloc.dart:636:45 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/bloc/bridge_form/bridge_validator.dart:231:35 • deprecated_member_use_from_same_package info • 'enabledType' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's WalletManager to determine wallet type • lib/bloc/bridge_form/bridge_validator.dart:238:14 • deprecated_member_use_from_same_package info • 'enabledType' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's WalletManager to determine wallet type • lib/bloc/bridge_form/bridge_validator.dart:250:18 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/bloc/bridge_form/bridge_validator.dart:271:29 • deprecated_member_use_from_same_package info • 'address' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's Asset multi-address support instead. The wallet now works with multiple addresses per account • lib/bloc/bridge_form/bridge_validator.dart:272:30 • deprecated_member_use_from_same_package info • 'enabledType' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's WalletManager to determine wallet type • lib/bloc/bridge_form/bridge_validator.dart:380:18 • deprecated_member_use_from_same_package info • 'enabledType' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's WalletManager to determine wallet type • lib/bloc/bridge_form/bridge_validator.dart:393:22 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/bloc/bridge_form/bridge_validator.dart:400:38 • deprecated_member_use_from_same_package info • 'enabledType' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's WalletManager to determine wallet type • lib/bloc/bridge_form/bridge_validator.dart:402:17 • deprecated_member_use_from_same_package info • 'enabledType' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's WalletManager to determine wallet type • lib/bloc/bridge_form/bridge_validator.dart:406:21 • deprecated_member_use_from_same_package info • Parameter 'selectedPeriod' could be a super parameter • lib/bloc/cex_market_data/portfolio_growth/portfolio_growth_state.dart:57:9 • use_super_parameters info • 'assetsFromTicker' is deprecated and shouldn't be used. This extension/class/method is intended for use while transitioning KW to the KDF SDK. NB: These likely will be removed in the future • lib/bloc/cex_market_data/price_chart/price_chart_bloc.dart:40:41 • deprecated_member_use warning • Unused import: 'package:web_dex/bloc/analytics/analytics_event.dart' • lib/bloc/coin_addresses/bloc/coin_addresses_bloc.dart:4:8 • unused_import info • 'slp' is deprecated and shouldn't be used. No longer active. Will be removed in the future • lib/bloc/coins_bloc/asset_coin_extension.dart:67:25 • deprecated_member_use info • 'slp' is deprecated and shouldn't be used. No longer active. Will be removed in the future • lib/bloc/coins_bloc/asset_coin_extension.dart:138:29 • deprecated_member_use info • 'enabledType' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's WalletManager to determine wallet type • lib/bloc/coins_bloc/coins_bloc.dart:357:20 • deprecated_member_use_from_same_package info • 'reset' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's Asset state management instead • lib/bloc/coins_bloc/coins_bloc.dart:360:16 • deprecated_member_use_from_same_package info • 'reset' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's Asset state management instead • lib/bloc/coins_bloc/coins_bloc.dart:371:12 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/bloc/coins_bloc/coins_bloc.dart:430:63 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/bloc/coins_bloc/coins_bloc.dart:448:52 • deprecated_member_use_from_same_package info • 'enabledType' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's WalletManager to determine wallet type • lib/bloc/coins_bloc/coins_repo.dart:79:12 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/bloc/coins_bloc/coins_repo.dart:205:18 • deprecated_member_use_from_same_package info • 'getFirstPubkey' is deprecated and shouldn't be used. Use SDK pubkeys.getPubkeys instead and let the user select from the available options • lib/bloc/coins_bloc/coins_repo.dart:209:31 • deprecated_member_use_from_same_package info • 'getFirstPubkey' is deprecated and shouldn't be used. Use SDK pubkeys.getPubkeys instead and let the user select from the available options • lib/bloc/coins_bloc/coins_repo.dart:238:33 • deprecated_member_use_from_same_package info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • lib/bloc/coins_bloc/coins_repo.dart:324:11 • deprecated_member_use info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • lib/bloc/coins_bloc/coins_repo.dart:370:11 • deprecated_member_use info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/bloc/coins_bloc/coins_repo.dart:394:18 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/bloc/coins_bloc/coins_repo.dart:413:24 • deprecated_member_use_from_same_package info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/bloc/coins_bloc/coins_repo.dart:415:36 • deprecated_member_use_from_same_package info • 'accounts' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's Asset account management instead • lib/bloc/coins_bloc/coins_repo.dart:573:35 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/bloc/coins_bloc/coins_repo.dart:634:29 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/bloc/custom_token_import/bloc/custom_token_import_bloc.dart:85:39 • deprecated_member_use_from_same_package info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • lib/bloc/custom_token_import/data/custom_token_import_repository.dart:110:5 • deprecated_member_use info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/bloc/market_maker_bot/market_maker_order_list/market_maker_bot_order_list_repository.dart:86:39 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/bloc/market_maker_bot/market_maker_order_list/market_maker_bot_order_list_repository.dart:101:26 • deprecated_member_use_from_same_package info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/bloc/market_maker_bot/market_maker_order_list/market_maker_bot_order_list_repository.dart:101:54 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/bloc/market_maker_bot/market_maker_order_list/market_maker_bot_order_list_repository.dart:103:26 • deprecated_member_use_from_same_package info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/bloc/market_maker_bot/market_maker_order_list/market_maker_bot_order_list_repository.dart:103:53 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/bloc/market_maker_bot/market_maker_trade_form/market_maker_trade_form_bloc.dart:293:18 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/bloc/market_maker_bot/market_maker_trade_form/market_maker_trade_form_bloc.dart:296:18 • deprecated_member_use_from_same_package info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/bloc/market_maker_bot/market_maker_trade_form/market_maker_trade_form_state.dart:94:42 • deprecated_member_use_from_same_package info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/bloc/market_maker_bot/market_maker_trade_form/market_maker_trade_form_state.dart:95:40 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/bloc/nft_receive/bloc/nft_receive_bloc.dart:41:29 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/bloc/nft_transactions/bloc/nft_transactions_bloc.dart:305:27 • deprecated_member_use_from_same_package info • 'viewHashOnExplorer' is deprecated and shouldn't be used. Use the Protocol class's explorer URL methods • lib/bloc/nft_transactions/bloc/nft_transactions_bloc.dart:308:15 • deprecated_member_use_from_same_package info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/bloc/nft_transactions/nft_txn_repository.dart:102:37 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/bloc/taker_form/taker_bloc.dart:242:44 • deprecated_member_use_from_same_package info • 'address' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's Asset multi-address support instead. The wallet now works with multiple addresses per account • lib/bloc/taker_form/taker_validator.dart:137:30 • deprecated_member_use_from_same_package info • 'enabledType' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's WalletManager to determine wallet type • lib/bloc/taker_form/taker_validator.dart:222:14 • deprecated_member_use_from_same_package info • 'enabledType' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's WalletManager to determine wallet type • lib/bloc/taker_form/taker_validator.dart:234:18 • deprecated_member_use_from_same_package info • 'enabledType' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's WalletManager to determine wallet type • lib/bloc/taker_form/taker_validator.dart:258:18 • deprecated_member_use_from_same_package info • 'enabledType' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's WalletManager to determine wallet type • lib/bloc/taker_form/taker_validator.dart:271:22 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/bloc/taker_form/taker_validator.dart:278:38 • deprecated_member_use_from_same_package info • 'enabledType' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's WalletManager to determine wallet type • lib/bloc/taker_form/taker_validator.dart:280:17 • deprecated_member_use_from_same_package info • 'enabledType' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's WalletManager to determine wallet type • lib/bloc/taker_form/taker_validator.dart:284:21 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/blocs/kmd_rewards_bloc.dart:86:48 • deprecated_member_use_from_same_package info • 'address' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's Asset multi-address support instead. The wallet now works with multiple addresses per account • lib/blocs/kmd_rewards_bloc.dart:91:17 • deprecated_member_use_from_same_package info • 'address' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's Asset multi-address support instead. The wallet now works with multiple addresses per account • lib/blocs/kmd_rewards_bloc.dart:99:19 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/blocs/maker_form_bloc.dart:665:34 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/blocs/maker_form_bloc.dart:667:52 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/blocs/maker_form_bloc.dart:673:51 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/main.dart:69:31 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2.dart:52:40 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:64:32 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:65:26 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:81:18 • deprecated_member_use_from_same_package info • 'getBalance' is deprecated and shouldn't be used. Use balance from KomoDefiSdk instead • lib/mm2/mm2_api/mm2_api.dart:102:27 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:127:25 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:144:25 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:160:25 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:176:35 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:202:25 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:218:25 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:234:25 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:248:25 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:262:25 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:276:25 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:290:25 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:304:25 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:323:35 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:340:34 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:347:35 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:366:35 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:384:43 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:404:39 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:429:39 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:449:39 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:467:39 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:501:39 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:522:47 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:556:43 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:592:16 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:599:39 • deprecated_member_use_from_same_package info • 'call' is deprecated and shouldn't be used. Use KomodoDefiSdk.client.rpc or KomodoDefiSdk.client.executeRpc instead. This method is the legacy way of calling RPC methods which injects an empty user password into the legacy models which override the legacy base RPC request model • lib/mm2/mm2_api/mm2_api.dart:619:39 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/mm2/mm2_api/rpc/orderbook_depth/orderbook_depth_response.dart:44:42 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/mm2/mm2_api/rpc/orderbook_depth/orderbook_depth_response.dart:45:42 • deprecated_member_use_from_same_package info • 'getDerivationPath' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's Asset derivation methods instead. This method does not work for multiple addresses per coin • lib/mm2/mm2_api/rpc/trezor/withdraw/trezor_withdraw/trezor_withdraw_request.dart:31:35 • deprecated_member_use_from_same_package info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/model/coin.dart:217:17 • deprecated_member_use_from_same_package info • 'accounts' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's Asset account management instead • lib/model/coin.dart:220:17 • deprecated_member_use_from_same_package info • 'accounts' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's Asset account management instead • lib/model/coin.dart:280:34 • deprecated_member_use_from_same_package info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/model/coin.dart:281:34 • deprecated_member_use_from_same_package info • 'address' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's Asset multi-address support instead. The wallet now works with multiple addresses per account • lib/model/coin.dart:289:9 • deprecated_member_use_from_same_package info • 'address' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's Asset multi-address support instead. The wallet now works with multiple addresses per account • lib/model/coin.dart:289:35 • deprecated_member_use_from_same_package info • 'enabledType' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's WalletManager to determine wallet type • lib/model/coin.dart:290:9 • deprecated_member_use_from_same_package info • 'enabledType' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's WalletManager to determine wallet type • lib/model/coin.dart:290:43 • deprecated_member_use_from_same_package info • 'sendableBalance' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's Asset.sendableBalance instead. This value is not updated after initial load and may be inaccurate • lib/model/coin.dart:291:9 • deprecated_member_use_from_same_package info • 'sendableBalance' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's Asset.sendableBalance instead. This value is not updated after initial load and may be inaccurate • lib/model/coin.dart:291:51 • deprecated_member_use_from_same_package info • Parameter 'value' could be a super parameter • lib/model/forms/coin_trade_amount_input.dart:19:30 • use_super_parameters info • Parameter 'value' could be a super parameter • lib/model/forms/coin_trade_amount_input.dart:24:30 • use_super_parameters info • Parameter 'value' could be a super parameter • lib/model/forms/trade_margin_input.dart:23:26 • use_super_parameters info • Parameter 'value' could be a super parameter • lib/model/forms/trade_volume_input.dart:10:26 • use_super_parameters info • Parameter 'value' could be a super parameter • lib/model/forms/trade_volume_input.dart:11:26 • use_super_parameters info • Parameter 'value' could be a super parameter • lib/model/forms/update_interval_input.dart:21:29 • use_super_parameters warning • Unused import: 'package:web_dex/bloc/trading_status/trading_status_bloc.dart' • lib/model/main_menu_value.dart:2:8 • unused_import info • Library names are not necessary • lib/platform/platform_web.dart:2:9 • unnecessary_library_name info • 'package:js/js.dart' is deprecated and shouldn't be used. Use dart:js_interop instead • lib/platform/platform_web.dart:4:1 • deprecated_member_use warning • Unused import: 'package:web_dex/app_config/app_config.dart' • lib/router/navigators/page_content/page_content_router_delegate.dart:2:8 • unused_import warning • Unused import: 'package:web_dex/app_config/app_config.dart' • lib/router/parsers/root_route_parser.dart:2:8 • unused_import info • Use interpolation to compose strings and values • lib/services/feedback/feedback_service.dart:171:11 • prefer_interpolation_to_compose_strings info • Runtime check between 'JSAny' and 'ErrorEvent' involves a non-trivial runtime check between two JS interop types that might not be platform-consistent • lib/services/file_loader/file_loader_web.dart:126:17 • invalid_runtime_check_with_js_interop_types info • Use 'TypeName _' instead of a type literal • lib/services/storage/app_storage.dart:56:12 • type_literal_in_constant_pattern info • Use 'TypeName _' instead of a type literal • lib/services/storage/app_storage.dart:59:12 • type_literal_in_constant_pattern info • Use 'TypeName _' instead of a type literal • lib/services/storage/app_storage.dart:62:12 • type_literal_in_constant_pattern info • Use 'TypeName _' instead of a type literal • lib/services/storage/app_storage.dart:65:12 • type_literal_in_constant_pattern info • Parameter 'key' could be a super parameter • lib/shared/ui/app_button.dart:5:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/ui/borderless_search_field.dart:6:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/ui/clock_warning_banner.dart:9:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/ui/custom_numeric_text_form_field.dart:8:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/ui/custom_tooltip.dart:6:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/ui/fading_edge_scroll_view.dart:38:30 • use_super_parameters info • Dangling library doc comment • lib/shared/ui/gap.dart:1:1 • dangling_library_doc_comments info • Parameter 'key' could be a super parameter • lib/shared/ui/gap.dart:33:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/ui/gap.dart:114:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/ui/gap.dart:173:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/ui/gradient_border.dart:10:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/ui/ui_flat_button.dart:4:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/ui/ui_gradient_icon.dart:4:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/ui/ui_light_button.dart:4:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/ui/ui_list_header_with_sortings.dart:5:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/ui/ui_primary_button.dart:5:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/ui/ui_primary_button.dart:73:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/ui/ui_primary_button.dart:138:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/ui/ui_simple_border_button.dart:6:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/ui/ui_tab_bar/ui_tab.dart:4:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/ui/ui_tab_bar/ui_tab_bar.dart:9:9 • use_super_parameters info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/shared/utils/balances_formatter.dart:31:32 • deprecated_member_use_from_same_package info • Angle brackets will be interpreted as HTML • lib/shared/utils/encryption_tool.dart:15:15 • unintended_html_in_doc_comment info • Angle brackets will be interpreted as HTML • lib/shared/utils/encryption_tool.dart:51:15 • unintended_html_in_doc_comment info • Use 'TypeName _' instead of a type literal • lib/shared/utils/formatters.dart:178:10 • type_literal_in_constant_pattern info • Use 'TypeName _' instead of a type literal • lib/shared/utils/formatters.dart:180:10 • type_literal_in_constant_pattern info • Use 'TypeName _' instead of a type literal • lib/shared/utils/formatters.dart:186:10 • type_literal_in_constant_pattern info • Use 'TypeName _' instead of a type literal • lib/shared/utils/formatters.dart:188:10 • type_literal_in_constant_pattern info • Angle brackets will be interpreted as HTML • lib/shared/utils/utils.dart:115:19 • unintended_html_in_doc_comment info • Angle brackets will be interpreted as HTML • lib/shared/utils/utils.dart:156:11 • unintended_html_in_doc_comment info • 'address' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's Asset multi-address support instead. The wallet now works with multiple addresses per account • lib/shared/utils/utils.dart:380:32 • deprecated_member_use_from_same_package info • 'enabledType' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's WalletManager to determine wallet type • lib/shared/utils/utils.dart:573:12 • deprecated_member_use_from_same_package info • 'address' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's Asset multi-address support instead. The wallet now works with multiple addresses per account • lib/shared/utils/utils.dart:608:49 • deprecated_member_use_from_same_package info • 'address' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's Asset multi-address support instead. The wallet now works with multiple addresses per account • lib/shared/utils/utils.dart:610:49 • deprecated_member_use_from_same_package info • 'address' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's Asset multi-address support instead. The wallet now works with multiple addresses per account • lib/shared/utils/utils.dart:628:60 • deprecated_member_use_from_same_package info • Use 'TypeName _' instead of a type literal • lib/shared/utils/utils.dart:649:10 • type_literal_in_constant_pattern info • Use 'TypeName _' instead of a type literal • lib/shared/utils/utils.dart:650:10 • type_literal_in_constant_pattern info • Use 'TypeName _' instead of a type literal • lib/shared/utils/utils.dart:661:10 • type_literal_in_constant_pattern info • Use 'TypeName _' instead of a type literal • lib/shared/utils/utils.dart:672:10 • type_literal_in_constant_pattern info • Use 'TypeName _' instead of a type literal • lib/shared/utils/utils.dart:674:10 • type_literal_in_constant_pattern info • Use 'TypeName _' instead of a type literal • lib/shared/utils/utils.dart:676:10 • type_literal_in_constant_pattern info • Use 'TypeName _' instead of a type literal • lib/shared/utils/utils.dart:678:10 • type_literal_in_constant_pattern info • Use 'TypeName _' instead of a type literal • lib/shared/utils/utils.dart:680:10 • type_literal_in_constant_pattern info • Parameter 'key' could be a super parameter • lib/shared/widgets/alpha_version_warning.dart:11:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/widgets/auto_scroll_text.dart:314:9 • use_super_parameters info • Import of a library in the 'lib/src' directory of another package • lib/shared/widgets/coin_fiat_change.dart:2:8 • implementation_imports info • Import of a library in the 'lib/src' directory of another package • lib/shared/widgets/coin_fiat_change.dart:4:8 • implementation_imports info • Import of a library in the 'lib/src' directory of another package • lib/shared/widgets/coin_fiat_change.dart:5:8 • implementation_imports info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/shared/widgets/coin_fiat_change.dart:31:26 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/shared/widgets/coin_fiat_price.dart:6:9 • use_super_parameters info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/shared/widgets/coin_fiat_price.dart:17:35 • deprecated_member_use_from_same_package info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • lib/shared/widgets/coin_icon.dart:2:10 • deprecated_member_use info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • lib/shared/widgets/coin_item/coin_logo.dart:24:9 • deprecated_member_use info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • lib/shared/widgets/coin_item/coin_logo.dart:72:18 • deprecated_member_use info • Parameter 'key' could be a super parameter • lib/shared/widgets/connect_wallet/connect_wallet_button.dart:20:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/widgets/connect_wallet/connect_wallet_wrapper.dart:9:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/widgets/copied_text.dart:6:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/widgets/copied_text.dart:107:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/widgets/details_dropdown.dart:4:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/widgets/disclaimer/disclaimer.dart:9:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/widgets/disclaimer/eula.dart:9:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/widgets/disclaimer/eula_tos_checkboxes.dart:12:9 • use_super_parameters info • Parameters ''key' and 'child'' could be super parameters • lib/shared/widgets/dry_intrinsic.dart:8:9 • use_super_parameters info • Parameters ''key' and 'child'' could be super parameters • lib/shared/widgets/dry_intrinsic.dart:30:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/widgets/focusable_widget.dart:5:9 • use_super_parameters info • 'viewHashOnExplorer' is deprecated and shouldn't be used. Use the Protocol class's explorer URL methods • lib/shared/widgets/hash_explorer_link.dart:23:24 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/shared/widgets/hidden_with_wallet.dart:6:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/widgets/hidden_without_wallet.dart:7:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/widgets/launch_native_explorer_button.dart:9:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/widgets/need_attention_mark.dart:5:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/shared/widgets/update_popup.dart:10:9 • use_super_parameters info • Uses 'await' on an instance of 'Future Function()?', which is not a subtype of 'Future' • lib/views/bitrefill/bitrefill_inappwebview_button.dart:86:5 • await_only_futures info • Parameter 'key' could be a super parameter • lib/views/bridge/bridge_available_balance.dart:8:9 • use_super_parameters info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/bridge/bridge_confirmation.dart:59:42 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/bridge/bridge_confirmation.dart:60:41 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/bridge/bridge_confirmation.dart:116:10 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/bridge/bridge_confirmation.dart:278:34 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/bridge/bridge_exchange_form.dart:29:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/bridge_exchange_form.dart:83:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/bridge_exchange_form.dart:99:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/bridge_form.dart:21:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/bridge_form.dart:62:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/bridge_form.dart:80:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/bridge_form.dart:102:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/bridge_form.dart:131:9 • use_super_parameters info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • lib/views/bridge/bridge_protocol_label.dart:39:11 • deprecated_member_use info • Parameter 'key' could be a super parameter • lib/views/bridge/bridge_source_protocol_header.dart:13:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/bridge_source_protocol_header.dart:29:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/bridge_source_protocol_selector_tile.dart:11:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/bridge_source_protocol_selector_tile.dart:52:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/bridge_tab_bar.dart:12:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/bridge_target_protocol_header.dart:7:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/bridge_target_protocol_selector_tile.dart:12:9 • use_super_parameters info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/bridge/bridge_target_protocol_selector_tile.dart:41:51 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/bridge/bridge_target_protocol_selector_tile.dart:61:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/bridge_ticker_selector.dart:64:9 • use_super_parameters info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • lib/views/bridge/bridge_ticker_selector.dart:103:30 • deprecated_member_use info • Parameter 'key' could be a super parameter • lib/views/bridge/bridge_tickers_list_item.dart:7:9 • use_super_parameters info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • lib/views/bridge/bridge_tickers_list_item.dart:38:30 • deprecated_member_use info • Parameter 'key' could be a super parameter • lib/views/bridge/bridge_total_fees.dart:9:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/pick_item.dart:6:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/view/bridge_exchange_rate.dart:10:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/view/bridge_header.dart:7:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/view/bridge_source_amount_group.dart:13:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/view/bridge_source_amount_group.dart:35:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/view/bridge_source_protocol_row.dart:12:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/view/bridge_target_amount_row.dart:13:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/view/bridge_target_amount_row.dart:30:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/view/bridge_target_amount_row.dart:65:9 • use_super_parameters info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/bridge/view/bridge_target_amount_row.dart:77:66 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/bridge/view/bridge_target_protocol_row.dart:12:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/view/error_list/bridge_form_error_list.dart:11:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/view/table/bridge_source_protocols_table.dart:16:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/bridge/view/table/bridge_target_protocols_table.dart:21:9 • use_super_parameters info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/bridge/view/table/bridge_target_protocols_table.dart:132:53 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/bridge/view/table/bridge_tickers_list.dart:20:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/common/header/actions/account_switcher.dart:20:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/common/header/app_header.dart:12:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/common/hw_wallet_dialog/hw_dialog_init.dart:11:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/common/hw_wallet_dialog/hw_dialog_wallet_select.dart:14:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/common/hw_wallet_dialog/hw_dialog_wallet_select.dart:109:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/common/hw_wallet_dialog/trezor_steps/trezor_dialog_error.dart:14:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/common/hw_wallet_dialog/trezor_steps/trezor_dialog_in_progress.dart:10:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/common/hw_wallet_dialog/trezor_steps/trezor_dialog_message.dart:6:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/common/hw_wallet_dialog/trezor_steps/trezor_dialog_pin_pad.dart:17:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/common/hw_wallet_dialog/trezor_steps/trezor_dialog_select_wallet.dart:7:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/common/hw_wallet_dialog/trezor_steps/trezor_dialog_success.dart:7:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/common/main_menu/main_menu_desktop_item.dart:11:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/custom_token_import/custom_token_import_button.dart:15:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/common/dex_text_button.dart:4:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/dex_helpers.dart:24:9 • use_super_parameters info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/dex_helpers.dart:50:38 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/dex_helpers.dart:219:38 • deprecated_member_use_from_same_package info • Angle brackets will be interpreted as HTML • lib/views/dex/dex_helpers.dart:311:31 • unintended_html_in_doc_comment info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/views/dex/dex_helpers.dart:364:50 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/dex/dex_list_filter/common/dex_list_filter_type.dart:8:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/dex_list_filter/common/dex_list_filter_type.dart:44:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/dex_list_filter/common/dex_list_filter_type.dart:86:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/dex_list_filter/desktop/dex_list_filter_coin_desktop.dart:15:9 • use_super_parameters info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/dex_list_filter/desktop/dex_list_filter_coin_desktop.dart:117:40 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/dex_list_filter/desktop/dex_list_filter_coin_desktop.dart:144:40 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/dex/dex_list_filter/desktop/dex_list_filter_desktop.dart:13:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/dex_list_filter/mobile/dex_list_filter_coin_mobile.dart:7:9 • use_super_parameters info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • lib/views/dex/dex_list_filter/mobile/dex_list_filter_coin_mobile.dart:47:35 • deprecated_member_use info • Parameter 'key' could be a super parameter • lib/views/dex/dex_list_filter/mobile/dex_list_filter_coins_list_mobile.dart:15:9 • use_super_parameters info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • lib/views/dex/dex_list_filter/mobile/dex_list_filter_coins_list_mobile.dart:157:15 • deprecated_member_use info • Parameter 'key' could be a super parameter • lib/views/dex/dex_list_filter/mobile/dex_list_filter_mobile.dart:13:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/dex_list_filter/mobile/dex_list_header_mobile.dart:15:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entities_list/common/buy_price_mobile.dart:11:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entities_list/common/coin_amount_mobile.dart:9:9 • use_super_parameters info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/entities_list/common/coin_amount_mobile.dart:18:40 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/dex/entities_list/common/count_down_timer.dart:5:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entities_list/common/entity_item_status_wrapper.dart:5:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entities_list/common/trade_amount_desktop.dart:9:9 • use_super_parameters info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/entities_list/common/trade_amount_desktop.dart:20:40 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/dex/entities_list/history/history_item.dart:19:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entities_list/history/history_item.dart:123:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entities_list/history/history_item.dart:269:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entities_list/history/history_list.dart:19:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entities_list/history/history_list_header.dart:8:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entities_list/in_progress/in_progress_item.dart:19:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entities_list/in_progress/in_progress_item.dart:92:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entities_list/in_progress/in_progress_item.dart:183:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entities_list/in_progress/in_progress_list.dart:16:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entities_list/in_progress/in_progress_list_header.dart:8:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entities_list/orders/order_cancel_button.dart:12:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entities_list/orders/order_list_header.dart:8:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entities_list/orders/orders_list.dart:19:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entity_details/maker_order/maker_order_details_page.dart:19:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entity_details/swap/swap_details.dart:10:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entity_details/swap/swap_details_page.dart:13:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entity_details/swap/swap_details_step.dart:12:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entity_details/swap/swap_details_step_list.dart:10:9 • use_super_parameters info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/entity_details/swap/swap_details_step_list.dart:113:30 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/entity_details/swap/swap_details_step_list.dart:116:30 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/dex/entity_details/swap/swap_recover_button.dart:14:9 • use_super_parameters info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/entity_details/swap/swap_recover_button.dart:103:40 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/dex/entity_details/taker_order/taker_order_details.dart:7:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entity_details/taker_order/taker_order_details_page.dart:11:9 • use_super_parameters info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/entity_details/trading_details.dart:162:25 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/entity_details/trading_details.dart:163:37 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/entity_details/trading_details.dart:187:25 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/entity_details/trading_details.dart:188:37 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/dex/entity_details/trading_details_coin_pair.dart:13:9 • use_super_parameters info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/entity_details/trading_details_coin_pair.dart:27:44 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/entity_details/trading_details_coin_pair.dart:28:43 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/dex/entity_details/trading_details_header.dart:12:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entity_details/trading_details_total_time.dart:8:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entity_details/trading_progress_status.dart:9:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entity_details/trading_progress_status.dart:33:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entity_details/trading_progress_status.dart:55:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/entity_details/trading_progress_status.dart:104:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/orderbook/orderbook_error_message.dart:8:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/orderbook/orderbook_table.dart:18:9 • use_super_parameters info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/orderbook/orderbook_table.dart:62:44 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/orderbook/orderbook_table.dart:63:43 • deprecated_member_use_from_same_package info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/views/dex/orderbook/orderbook_table.dart:66:43 • deprecated_member_use_from_same_package info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/views/dex/orderbook/orderbook_table.dart:67:41 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/dex/orderbook/orderbook_table_item.dart:10:9 • use_super_parameters info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/orderbook/orderbook_table_item.dart:39:25 • deprecated_member_use_from_same_package info • 'address' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's Asset multi-address support instead. The wallet now works with multiple addresses per account • lib/views/dex/orderbook/orderbook_table_item.dart:39:52 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/simple/confirm/maker_order_confirmation.dart:64:33 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/simple/confirm/maker_order_confirmation.dart:65:51 • deprecated_member_use_from_same_package info • Don't use 'BuildContext's across async gaps • lib/views/dex/simple/confirm/maker_order_confirmation.dart:343:7 • use_build_context_synchronously info • Don't use 'BuildContext's across async gaps • lib/views/dex/simple/confirm/maker_order_confirmation.dart:355:5 • use_build_context_synchronously info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/simple/confirm/taker_order_confirmation.dart:57:44 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/simple/confirm/taker_order_confirmation.dart:58:43 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/simple/confirm/taker_order_confirmation.dart:330:34 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/amount_input_field.dart:8:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/common/dex_flip_button.dart:8:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/common/dex_flip_button_overlapper.dart:10:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/common/dex_form_group_header.dart:5:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/common/dex_info_container.dart:7:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/dex_fiat_amount.dart:8:9 • use_super_parameters info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/views/dex/simple/form/dex_fiat_amount.dart:24:35 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/error_list/dex_form_error_list.dart:7:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/error_list/dex_form_error_simple.dart:5:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/error_list/dex_form_error_with_action.dart:6:9 • use_super_parameters info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/views/dex/simple/form/exchange_info/dex_compared_to_cex.dart:29:35 • deprecated_member_use_from_same_package info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/views/dex/simple/form/exchange_info/dex_compared_to_cex.dart:30:33 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/exchange_info/total_fees.dart:20:9 • use_super_parameters info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/simple/form/exchange_info/total_fees.dart:59:63 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_buy_amount.dart:11:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_buy_amount.dart:65:3 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_buy_coin_table.dart:10:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_buy_item.dart:9:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_buy_switcher.dart:7:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_compare_to_cex.dart:8:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_content.dart:25:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_content.dart:65:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_content.dart:100:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_content.dart:116:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_error_list.dart:8:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_exchange_rate.dart:8:9 • use_super_parameters info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/simple/form/maker/maker_form_layout.dart:43:29 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/simple/form/maker/maker_form_layout.dart:56:29 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_orderbook.dart:10:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_price_item.dart:13:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_sell_amount.dart:11:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_sell_amount.dart:71:3 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_sell_coin_table.dart:10:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_sell_header.dart:13:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_sell_header.dart:29:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_sell_header.dart:52:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_sell_item.dart:11:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_sell_switcher.dart:7:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_total_fees.dart:8:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/maker/maker_form_trade_button.dart:13:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/tables/coins_table/coins_table.dart:8:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/tables/orders_table/orders_table.dart:15:9 • use_super_parameters info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/simple/form/tables/orders_table/orders_table.dart:30:40 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/tables/table_search_field.dart:7:9 • use_super_parameters info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/simple/form/tables/table_utils.dart:58:40 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/simple/form/tables/table_utils.dart:73:25 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/simple/form/tables/table_utils.dart:78:41 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/simple/form/tables/table_utils.dart:79:41 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/simple/form/tables/table_utils.dart:102:40 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/simple/form/tables/table_utils.dart:112:40 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/simple/form/tables/table_utils.dart:122:40 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/taker/coin_item/coin_group.dart:7:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/taker/coin_item/taker_form_buy_amount.dart:67:3 • use_super_parameters info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/simple/form/taker/coin_item/taker_form_buy_item.dart:28:38 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/taker/coin_item/taker_form_sell_amount.dart:64:3 • use_super_parameters info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/simple/form/taker/taker_form.dart:50:31 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/simple/form/taker/taker_form.dart:53:53 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/taker/taker_form_error_list.dart:9:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/taker/taker_form_exchange_info.dart:31:9 • use_super_parameters info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/simple/form/taker/taker_form_exchange_info.dart:47:50 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/dex/simple/form/taker/taker_form_exchange_rate.dart:9:9 • use_super_parameters info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/dex/simple/form/taker/taker_order_book.dart:31:27 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/fiat/fiat_action_tab.dart:8:9 • use_super_parameters info • Don't use 'BuildContext's across async gaps • lib/views/fiat/fiat_form.dart:220:20 • use_build_context_synchronously info • Parameter 'key' could be a super parameter • lib/views/fiat/fiat_tab_bar.dart:8:9 • use_super_parameters info • Don't use 'BuildContext's across async gaps • lib/views/main_layout/main_layout.dart:38:11 • use_build_context_synchronously info • Parameter 'key' could be a super parameter • lib/views/market_maker_bot/animated_bot_status_indicator.dart:9:9 • use_super_parameters info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • lib/views/market_maker_bot/coin_search_dropdown.dart:60:9 • deprecated_member_use info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/market_maker_bot/coin_search_dropdown.dart:150:55 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/market_maker_bot/market_maker_bot_confirmation_form.dart:25:9 • use_super_parameters info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/views/market_maker_bot/market_maker_bot_form.dart:88:36 • deprecated_member_use_from_same_package info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/views/market_maker_bot/market_maker_bot_form.dart:88:58 • deprecated_member_use_from_same_package info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/views/market_maker_bot/market_maker_bot_form.dart:131:32 • deprecated_member_use_from_same_package info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/views/market_maker_bot/market_maker_bot_form.dart:131:54 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/market_maker_bot/market_maker_bot_form_content.dart:185:41 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/market_maker_bot/market_maker_bot_order_list_header.dart:8:9 • use_super_parameters info • 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss • lib/views/nfts/nft_receive/common/nft_receive_card.dart:116:49 • deprecated_member_use info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/nfts/nft_transactions/common/widgets/nft_txn_hash.dart:15:34 • deprecated_member_use_from_same_package info • 'getCoin' is deprecated and shouldn't be used. Use KomodoDefiSdk assets or getCoinFromId instead • lib/views/nfts/nft_transactions/mobile/widgets/nft_txn_copied_text.dart:48:28 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/settings/widgets/general_settings/general_settings.dart:18:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/settings/widgets/general_settings/import_swaps.dart:17:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/settings/widgets/general_settings/settings_download_logs.dart:12:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/settings/widgets/general_settings/settings_manage_test_coins.dart:12:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/settings/widgets/general_settings/settings_manage_test_coins.dart:24:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/settings/widgets/general_settings/settings_manage_trading_bot.dart:13:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/settings/widgets/general_settings/settings_manage_trading_bot.dart:25:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/settings/widgets/general_settings/settings_reset_activated_coins.dart:14:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/settings/widgets/general_settings/settings_theme_switcher.dart:12:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/settings/widgets/general_settings/show_swap_data.dart:14:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/settings/widgets/security_settings/seed_settings/backup_seed_notification.dart:13:9 • use_super_parameters warning • Unused import: 'package:web_dex/bloc/analytics/analytics_event.dart' • lib/views/settings/widgets/security_settings/seed_settings/seed_confirmation/seed_confirmation.dart:9:8 • unused_import warning • Unused import: 'package:web_dex/bloc/analytics/analytics_event.dart' • lib/views/settings/widgets/security_settings/seed_settings/seed_show.dart:12:8 • unused_import info • Parameter 'key' could be a super parameter • lib/views/settings/widgets/security_settings/seed_settings/seed_word_button.dart:5:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/settings/widgets/settings_menu/settings_logout_button.dart:11:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/settings/widgets/settings_menu/settings_menu_item.dart:6:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/settings/widgets/support_page/support_item.dart:9:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/settings/widgets/support_page/support_page.dart:12:3 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/coin_details_info/address_select.dart:13:9 • use_super_parameters info • 'accounts' is deprecated and shouldn't be used. (URGENT) This must be fixed before the next release. Use the SDK's Asset account management instead • lib/views/wallet/coin_details/coin_details_info/address_select.dart:175:51 • deprecated_member_use_from_same_package warning • Unused import: 'package:web_dex/bloc/analytics/analytics_event.dart' • lib/views/wallet/coin_details/coin_details_info/charts/animated_portfolio_charts.dart:7:8 • unused_import info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • lib/views/wallet/coin_details/coin_details_info/charts/portfolio_growth_chart.dart:86:25 • deprecated_member_use info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • lib/views/wallet/coin_details/coin_details_info/charts/portfolio_growth_chart.dart:252:23 • deprecated_member_use info • 'foregroundColor' is deprecated and shouldn't be used. use colors in eyeStyle and dataModuleStyle instead • lib/views/wallet/coin_details/coin_details_info/coin_addresses.dart:740:13 • deprecated_member_use info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • lib/views/wallet/coin_details/coin_details_info/coin_addresses.dart:747:18 • deprecated_member_use info • 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss • lib/views/wallet/coin_details/coin_details_info/coin_details_common_buttons.dart:296:62 • deprecated_member_use info • 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss • lib/views/wallet/coin_details/coin_details_info/coin_details_common_buttons.dart:303:64 • deprecated_member_use info • 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss • lib/views/wallet/coin_details/coin_details_info/coin_details_common_buttons.dart:328:30 • deprecated_member_use info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • lib/views/wallet/coin_details/coin_details_info/coin_details_info.dart:254:24 • deprecated_member_use info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • lib/views/wallet/coin_details/coin_details_info/coin_details_info.dart:362:11 • deprecated_member_use info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/coin_details_info/coin_details_info_fiat.dart:10:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/coin_details_info/contract_address_button.dart:12:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/coin_details_info/contract_address_button.dart:39:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/coin_details_info/contract_address_button.dart:74:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/coin_details_info/contract_address_button.dart:113:9 • use_super_parameters info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • lib/views/wallet/coin_details/coin_details_info/contract_address_button.dart:122:9 • deprecated_member_use info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/coin_details_info/contract_address_button.dart:152:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/coin_details_info/contract_address_button.dart:173:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/faucet/faucet_page.dart:5:9 • use_super_parameters info • Invalid use of a private type in a public API • lib/views/wallet/coin_details/faucet/faucet_page.dart:17:3 • library_private_types_in_public_api info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/faucet/faucet_view.dart:13:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/faucet/faucet_view.dart:154:9 • use_super_parameters info • 'foregroundColor' is deprecated and shouldn't be used. use colors in eyeStyle and dataModuleStyle instead • lib/views/wallet/coin_details/receive/qr_code_address.dart:28:9 • deprecated_member_use info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/rewards/kmd_reward_claim_success.dart:10:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/rewards/kmd_reward_info_header.dart:11:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/rewards/kmd_reward_list_item.dart:11:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/rewards/kmd_rewards_info.dart:26:9 • use_super_parameters info • Don't use 'BuildContext's across async gaps • lib/views/wallet/coin_details/rewards/kmd_rewards_info.dart:437:7 • use_build_context_synchronously info • Don't use 'BuildContext's across async gaps • lib/views/wallet/coin_details/rewards/kmd_rewards_info.dart:458:5 • use_build_context_synchronously info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/transactions/transaction_details.dart:17:9 • use_super_parameters info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • lib/views/wallet/coin_details/transactions/transaction_details.dart:74:36 • deprecated_member_use info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/transactions/transaction_list.dart:11:9 • use_super_parameters info • Unnecessary use of 'toList' in a spread • lib/views/wallet/coin_details/transactions/transaction_list.dart:128:11 • unnecessary_to_list_in_spreads info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/transactions/transaction_list_item.dart:17:9 • use_super_parameters info • 'getUsdPriceByAmount' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(assetId) * amount instead • lib/views/wallet/coin_details/transactions/transaction_list_item.dart:258:48 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/transactions/transaction_table.dart:17:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/transactions/transaction_table.dart:122:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/transactions/transaction_table.dart:160:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/withdraw_form/widgets/send_complete_form/send_complete_form.dart:155:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/withdraw_form/widgets/send_complete_form/send_complete_form_buttons.dart:16:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallet/coin_details/withdraw_form/widgets/send_confirm_form/send_confirm_item.dart:8:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallet/coins_manager/coins_manager_controls.dart:14:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallet/coins_manager/coins_manager_filter_type_label.dart:4:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallet/coins_manager/coins_manager_list.dart:10:3 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallet/coins_manager/coins_manager_list_header.dart:8:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallet/coins_manager/coins_manager_page.dart:15:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallet/coins_manager/coins_manager_select_all_button.dart:6:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallet/coins_manager/coins_manager_selected_types_list.dart:15:9 • use_super_parameters info • Angle brackets will be interpreted as HTML • lib/views/wallet/common/wallet_helper.dart:13:20 • unintended_html_in_doc_comment info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/views/wallet/common/wallet_helper.dart:39:47 • deprecated_member_use_from_same_package info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/views/wallet/common/wallet_helper.dart:51:39 • deprecated_member_use_from_same_package info • 'usdPrice' is deprecated and shouldn't be used. Use sdk.prices.fiatPrice(id) instead. This value is not updated after initial load and may be inaccurate • lib/views/wallet/common/wallet_helper.dart:57:30 • deprecated_member_use_from_same_package info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • lib/views/wallet/wallet_page/charts/coin_prices_chart.dart:44:25 • deprecated_member_use info • Parameter 'key' could be a super parameter • lib/views/wallet/wallet_page/charts/price_chart_tooltip.dart:9:3 • use_super_parameters info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • lib/views/wallet/wallet_page/charts/price_chart_tooltip.dart:53:19 • deprecated_member_use info • Unnecessary use of 'toList' in a spread • lib/views/wallet/wallet_page/charts/price_chart_tooltip.dart:64:16 • unnecessary_to_list_in_spreads info • Parameter 'key' could be a super parameter • lib/views/wallet/wallet_page/common/coin_list_item.dart:8:9 • use_super_parameters warning • The declaration '_SuspendedMessage' isn't referenced • lib/views/wallet/wallet_page/common/coin_list_item_desktop.dart:96:7 • unused_element info • 'addressShort' is deprecated and shouldn't be used. Use the formatters in the UI library instead • lib/views/wallet/wallet_page/common/expandable_coin_list_item.dart:262:22 • deprecated_member_use info • 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss • lib/views/wallet/wallet_page/common/grouped_asset_ticker_item.dart:253:46 • deprecated_member_use info • 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss • lib/views/wallet/wallet_page/wallet_main/active_coins_list.dart:220:36 • deprecated_member_use info • Invalid use of a private type in a public API • lib/views/wallet/wallet_page/wallet_main/all_coins_list.dart:22:3 • library_private_types_in_public_api info • Use a 'SizedBox' to add whitespace to a layout • lib/views/wallet/wallet_page/wallet_main/wallet_main.dart:190:40 • sized_box_for_whitespace info • Use a 'SizedBox' to add whitespace to a layout • lib/views/wallet/wallet_page/wallet_main/wallet_main.dart:200:40 • sized_box_for_whitespace info • Parameter 'key' could be a super parameter • lib/views/wallets_manager/widgets/creation_password_fields.dart:12:9 • use_super_parameters warning • Unused import: 'package:web_dex/bloc/analytics/analytics_event.dart' • lib/views/wallets_manager/widgets/hardware_wallets_manager.dart:6:8 • unused_import info • Parameter 'key' could be a super parameter • lib/views/wallets_manager/widgets/hdwallet_mode_switch.dart:9:9 • use_super_parameters warning • Unused import: 'package:web_dex/bloc/analytics/analytics_event.dart' • lib/views/wallets_manager/widgets/iguana_wallets_manager.dart:7:8 • unused_import info • Parameter 'key' could be a super parameter • lib/views/wallets_manager/widgets/wallet_import_wrapper.dart:7:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallets_manager/widgets/wallet_list_item.dart:8:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallets_manager/widgets/wallet_type_list_item.dart:11:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallets_manager/widgets/wallets_list.dart:11:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallets_manager/widgets/wallets_manager.dart:8:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallets_manager/widgets/wallets_manager_controls.dart:8:9 • use_super_parameters info • Parameter 'key' could be a super parameter • lib/views/wallets_manager/widgets/wallets_type_list.dart:6:9 • use_super_parameters info • Library names are not necessary • packages/komodo_ui_kit/lib/komodo_ui_kit.dart:2:9 • unnecessary_library_name info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • packages/komodo_ui_kit/lib/komodo_ui_kit.dart:44:41 • deprecated_member_use_from_same_package info • Parameter 'key' could be a super parameter • packages/komodo_ui_kit/lib/src/buttons/multiselect_dropdown/multiselect_dropdown.dart:218:9 • use_super_parameters info • Parameter 'key' could be a super parameter • packages/komodo_ui_kit/lib/src/buttons/text_dropdown_button.dart:11:9 • use_super_parameters info • Parameter 'key' could be a super parameter • packages/komodo_ui_kit/lib/src/buttons/ui_dropdown.dart:4:9 • use_super_parameters info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • packages/komodo_ui_kit/lib/src/controls/selected_coin_graph_control.dart:65:23 • deprecated_member_use_from_same_package info • Dangling library doc comment • packages/komodo_ui_kit/lib/src/custom_icons/custom_icons.dart:1:1 • dangling_library_doc_comments info • Parameter 'key' could be a super parameter • packages/komodo_ui_kit/lib/src/dividers/ui_scrollbar.dart:8:9 • use_super_parameters info • Parameter 'key' could be a super parameter • packages/komodo_ui_kit/lib/src/inputs/percentage_input.dart:6:9 • use_super_parameters info • Parameter 'key' could be a super parameter • packages/komodo_ui_kit/lib/src/inputs/time_period_selector.dart:9:9 • use_super_parameters info • Parameter 'key' could be a super parameter • packages/komodo_ui_kit/lib/src/inputs/time_period_selector.dart:53:9 • use_super_parameters info • Parameter 'key' could be a super parameter • packages/komodo_ui_kit/lib/src/inputs/time_period_selector.dart:113:9 • use_super_parameters info • Parameter 'key' could be a super parameter • packages/komodo_ui_kit/lib/src/inputs/ui_date_selector.dart:7:9 • use_super_parameters info • Parameter 'key' could be a super parameter • packages/komodo_ui_kit/lib/src/tables/ui_table.dart:4:9 • use_super_parameters info • Dangling library doc comment • packages/komodo_ui_kit/lib/src/utils/gap.dart:1:1 • dangling_library_doc_comments info • Parameter 'key' could be a super parameter • packages/komodo_ui_kit/lib/src/utils/gap.dart:33:9 • use_super_parameters info • Parameter 'key' could be a super parameter • packages/komodo_ui_kit/lib/src/utils/gap.dart:114:9 • use_super_parameters info • Parameter 'key' could be a super parameter • packages/komodo_ui_kit/lib/src/utils/gap.dart:173:9 • use_super_parameters info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • test_integration/tests/wallets_tests/test_coin_assets.dart:42:59 • deprecated_member_use info • 'CoinIcon' is deprecated and shouldn't be used. CoinIcon is deprecated. Use AssetIcon from the SDK's `komodo_ui` package instead • test_integration/tests/wallets_tests/test_coin_assets.dart:44:33 • deprecated_member_use

538 issues found. (ran in 17.1s)

@smk762 smk762 self-requested a review July 3, 2025 01:29
@CharlVS
Copy link
Copy Markdown
Collaborator Author

CharlVS commented Jul 3, 2025

@DeckerSU could you please share the a video with the steps to replicate?

@smk762 in theory, all that's needed is for you to have 2 or more coins with equal priorities (included below) activated and then observe that they are not always sorted by the same order when opening the wallet page, or if events are occurring which change the list of coins displayed (e.g. coin activations):

  'KMD': 30,
  'BTC-segwit': 20,
  'ETH': 20,
  'LTC-segwit': 20,
  'USDT-ERC20': 20,
  'BNB': 11,
  'ETC': 11,
  'DOGE': 11,
  'DASH': 11,
  'MATIC': 10,
  'FTM': 10,
  'ARB': 10,
  'AVAX': 10,
  'HT': 10,
  'MOVR': 10,

@CharlVS CharlVS added the QA Ready for QA Testing label Jul 7, 2025
@CharlVS CharlVS merged commit 2959ad0 into dev Jul 8, 2025
9 of 13 checks passed
@CharlVS CharlVS deleted the codex/fix-inconsistent-sorting-in-coin-lists branch July 8, 2025 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

codex QA Ready for QA Testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants