RedDwarf

Results 105 comments of RedDwarf

@srujzs i tried something like that but the add method seems to add nothing... ``` JSArray? _convertArgs(List? args) { if (args == null) { return null; } final jsArgs =...

> @srujzs i tried something like that but the add method seems to add nothing... > > ``` > > JSArray? _convertArgs(List? args) { > if (args == null) {...

It works when i hardcode... ``` final writeContractParameters = WriteContractParameters( abi: [ { "inputs".toJS: [ { "internalType".toJS: "address".toJS, "name".toJS: "spender".toJS, "type".toJS: "address".toJS }, { "internalType".toJS: "uint256".toJS, "name".toJS: "amount".toJS, "type".toJS: "uint256".toJS...

hello @Chralu, In the meantime, you can use this branch https://github.com/redDwarf03/graphql-flutter/tree/Web_socket_channel_301 Note that I've removed the examples for null safety reasons. I didn't see the point of updating in view...

> > Note that I've removed the examples for null safety reasons. I didn't see the point of updating in view of the new version that will be released. >...

@hagen00 any idea about the merge ? thx

> Unfortunately I don't know about merging it. @vincenzopalazzo will need to advise. I'm happy to do more work if needed. e.g to cleaning up code formatting etc...I'm also waiting...

> Sorry for delay, I commented on the PR, when we get that solved we merge it @vincenzopalazzo Are you ok with last updates on PR? thx

I'd thought about it but my fear is that if a wallet is deployed on a device that, for example, has a bug that spams grafana, we have no way...

i did some updates from coderabbit recommandations @ptisserand i let you for the moment review this PR. I will work on some updates if necessary but for the moment i...