ton_connect_ui 0.1.0 copy "ton_connect_ui: ^0.1.0" to clipboard
ton_connect_ui: ^0.1.0 copied to clipboard

Flutter UI for TON Connect: a wallet-picker modal backed by the public wallet registry, QR and deep-link connect flows, and ready-made connect widgets.

0.1.0 #

The code of 0.1.0-dev.4, released without the prerelease suffix. dart pub add never resolves to a prerelease, and 0.x already says the API may still change, so the suffix cost the package its readers and promised nothing extra.

0.1.0-dev.4 #

First release proven against a real wallet. Three findings, each of which on its own stopped a payment from ever reaching Tonkeeper.

  • sendTransaction and signMessage now name the sender and the network, taken from the connected account when the caller does not set them. The specification calls both optional; Tonkeeper drops a request carrying neither, with no prompt and no error.
  • Added TonConnect.walletReturnLink, the link that brings an already-connected wallet forward to show a request. A wallet app surfaces nothing on its own, and opening a bare custom scheme is rejected as an unsupported deep link.
  • WalletsListManager.byAppName matches without regard to case. Tonkeeper reports Tonkeeper against a registry entry of tonkeeper.

0.1.0-dev.3 #

  • Added an example, and documentation for the last few undocumented symbols.

0.1.0-dev.2 #

  • Opening a wallet on this device now prefers its custom scheme over the universal link, which lands in the app instead of the browser.
  • Picking a wallet while another connect is still pending no longer shows the cancelled attempt's error over the new one.

0.1.0-dev.1 #

  • Initial development release.
1
likes
160
points
272
downloads

Documentation

API reference

Publisher

verified publishertreamz.me

Weekly Downloads

Flutter UI for TON Connect: a wallet-picker modal backed by the public wallet registry, QR and deep-link connect flows, and ready-made connect widgets.

Repository (GitHub)
View/report issues

Topics

#ton #blockchain #wallet #crypto

License

MIT (license)

Dependencies

flutter, qr, ton_connect, url_launcher

More

Packages that depend on ton_connect_ui