Hi everyone,
I'm working on a Flutter web app where I need to decrypt JSON data sent from an API using the AES-CBC algorithm. I've implemented a custom action to handle the decryption on the client side. The decryption works correctly, but I'm facing an issue where it blocks the UI thread, causing delays in displaying the results.