Skip to content Skip to sidebar Skip to footer

Use Npm Packages In Flutter Mobile App Webview

I am working on flutter mobile app. I want to use a npm package that is built on top of web3.js and provide some extra custom functionalities. I know in flutter dart is not compile

Solution 1:

Use of packages like "FLUTTER NODE" or "FLUTTER CLI" may help with it. Also Flutter has its own pub named "web3dart" and "etherium" which might help you if you have an inclination towards blockchain!


Post a Comment for "Use Npm Packages In Flutter Mobile App Webview"