I know that this question was already posted years earlier, but maybe there are some new technologies around, which may make it easier today.
I want to try the npm libary https://veramo.io/ to create a verified credential using my dart application. However, what is the best way to install it together with my dart project and how to access that libraries (using dart) that come with veramo? There is a good installation documentation, but it only covers npm, react, react native. How to apply it for dart based development?
Does anyone have an advice? Does node_preamble package help here? but I'm stuck with that package how to make it work....
I do not want to rewrite the veramo library, which is suggested here: How to use npm packages inside dart code?
As Dart is also compiled to javascript, I wonder whether there is a way to integrate existing javascript/typescript npm-libraries.
Thanks!