You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue while using the signTransactions method from the flutter_injected_web3 package (version 1.0.1). When attempting transactions on PancakeSwap, if the transaction fails, it results in a runtime error "null is not subtype of string".
I'm encountering an issue while using the signTransactions method from the flutter_injected_web3 package (version 1.0.1). When attempting transactions on PancakeSwap, if the transaction fails, it results in a runtime error "null is not subtype of string".
Here's the method I'm using:
I need guidance on how to properly handle this error to prevent the runtime crash. Specifically, I'd like to know:
Any assistance or guidance on resolving this issue would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: