I’m reading this forum for weeks, and think it’s time to say hello
Bravo for all this work, it’s incredible!
I’m part of Duniter team project (french), working on Duniter v2s migration on Substrate, especially on the mobile user client Ğecko :
We actually use polkawallet_sdk Flutter package to use polkadot.js directly inside a webview.
We plan to get down polkawallet_sdk cause to bad architecture from our point of view.
We’ll probably start a new package name polkadart or something in January.
This will just be a simple Dart interface for polkadot.js, with an headless webview for mobile and desktop.
Much more lightful as polkawallet_sdk
Also plan to use rollup instead of webpack…
We have built the Encointer Wallet with flutter too. Started from polkawallet codebase years ago too, but refactored heavily since then. Maybe you want to have a look:
I think wrapping polkadot.js in a webview is no longterm solution, unless you want to stay super-generic and all updates from polkadot.js immediately.