Has anyone been able to run or use a Javascript package or library in flutterflow

Custom Code

I am working on app and the api returns an encrypted data the encryption is done with a custom library build in Javascript by the backend team so to decrypt the data i need to use same library now i need a way to use this js package in flutterflow any help

What have you tried so far?

i have tried flutter_js library but finding it difficult to implement

Did you check FlutterFlow's Documentation for this topic?
Yes