merigo-labs / solana-wallet-adapter

MIT License
6 stars 1 forks source link

Migrate from js to dart:interop_js #12

Open lukassgramm opened 4 months ago

lukassgramm commented 4 months ago

With flutter 3.22 on the web you can do builds with --wasm. But the solana_wallet_adapter_web package depends on js. The flutter team migrated js to dart:interop_js, to allow you to use this fantastic package it would be important to migrate.

Useful links: https://dart.dev/interop/js-interop