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
Has anyone been able to run or use a Javascript package or library in flutterflow
Custom Code
i have tried flutter_js library but finding it difficult to implement
Yes