komodo_ui 0.3.0+3 copy "komodo_ui: ^0.3.0+3" to clipboard
komodo_ui: ^0.3.0+3 copied to clipboard

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

Komodo UI #

Reusable Flutter widgets for DeFi apps built on the Komodo DeFi SDK and Framework. Focused, production-ready components that pair naturally with the SDK’s managers.

License: MIT

Install #

flutter pub add komodo_ui

Highlights #

  • Core inputs and displays: address fields, fee info, transaction formatting
  • DeFi flows: withdraw form primitives, asset cards, trend text, icons
  • Utilities: debouncer, formatters, QR code scanner

Usage #

Widgets are framework-agnostic and can be used directly. When used with the SDK, adapter widgets are available from komodo_defi_sdk to bind to SDK streams, e.g.:

// From komodo_defi_sdk: live balance text bound to BalanceManager
AssetBalanceText(assetId)

Withdraw UI example scaffolding is provided:

// Example only, see source for a complete form demo
WithdrawalFormExample(asset: asset)

Formatting helpers #

Utilities to format addresses, assets, fees and transaction details are available under src/utils/formatters.

License #

MIT

0
likes
120
points
4
downloads

Publisher

verified publisherkomodoplatform.com

Weekly Downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

decimal, flutter, intl, komodo_defi_types, mobile_scanner

More

Packages that depend on komodo_ui