duocnguyen6799 / encrypted_asset_image

A widget displays an encrypted image from the asset folder. The best package is to secure your local resource.
https://pub.dev/packages/encrypted_asset_image
MIT License
1 stars 0 forks source link

Can't decrypt images in new projects - Flutter #2

Open gen-ben opened 9 months ago

gen-ben commented 9 months ago

when I open the example in the encrypted asset image library, I can encrypt and decrypt images without any errors. But when I use the library in new project I can't decrypt or display encrypted images. (after compile and run the app I can still encrypt and decrypt the images but once I restart or reload the app again It won't decrypt any of the previously encrypted images, I don't face the same problem with the example project).

The code with the included example: image

The same code with new project: image

mfagri commented 1 month ago

did you find solution ?