j0j00 / flutter_liquidcore

Node.js virtual machine for Android and iOS in Flutter.
https://pub.dev/packages/flutter_liquidcore
BSD 2-Clause "Simplified" License
67 stars 16 forks source link

Modules usage #13

Closed Deepp0925 closed 4 years ago

Deepp0925 commented 4 years ago

Can I use any npm module I want or are there limited number of libraries that I can use?

Thank you in advance

j0j00 commented 4 years ago

You should be able to use any npm module assuming it's compiled/concatenated into a file that's processable by the MicroService.

All limitations would lie with the parent Liquidcore plugin rather than the Flutter wrapper.