With the newest payjoin bindings becoming stabilized around the latest payjoin 1.0 rc and 0.25 it is a good time to upgrade away from payjoin_flutter. - [ ] update flutter to use a dart sdk >=3.10.0 to accept native_toolchain_rust to be able to build the payjoin binary for the new ffi bindings. - [ ] replace payjoin_flutter in favor of [payjoin_ffi](https://pub.dev/packages/payjoin) and upgrade the API to the latest 0.25/1.0.2-rc release - [ ] test against payjoin-cli to prove out the implementation
With the newest payjoin bindings becoming stabilized around the latest payjoin 1.0 rc and 0.25 it is a good time to upgrade away from payjoin_flutter.
update flutter to use a dart sdk >=3.10.0 to accept native_toolchain_rust to be able to build the payjoin binary for the new ffi bindings.
replace payjoin_flutter in favor of payjoin_ffi and upgrade the API to the latest 0.25/1.0.2-rc release
test against payjoin-cli to prove out the implementation