Building with Flutter and Metamask
This tutorial was originally posted here
Building apps is one of the coolest things to be done as a software developer and tech enthusiast. Apps are not only more portable and user friendly, based on the requirements, but sometimes they are the only...
bhaskardutta.hashnode.dev19 min read
Bhaskar very nice article, i must say, looking foward to the continuation, i just have to bring to your notice what i think might be a typo on this article. In the session_update event, you are wrote
print(payload.accounts[0] print(payload.chainIdbut i think you meant
print(_session.accounts[0]) print(_session.chainId)also i think using
debugPrint('statement')instead of
print('statement')would clear warnings