Abdelazeem Kuratem
Abdelazeem Kuratem
Use `CTR` mode with `null` padding for both `Encryption` and `Decryption`
Here you can read `File` as chunks of bytes, every chunk is 5MB size. ``` Stream _getStreamOfBytes(File inFile) async* { final fileLength = await inFile.length(); final accessFile = await inFile.open();...
I am facing the same issue here!
I tried this solution which allows me to rebuild the whole widget tree by adding a new unique key every time the localization change. ``` return MaterialApp( key: UniqueKey(), ```
@adil192 Yes, but the chunk size must be the same like the encryption process.
@DhvanitVaghani No problems and good luck 😊
@techwithsam Sorry for not responding it was out of my control If you still need an answer to your question then please let me know
I am facing the same issue as well Please accept the italo-patricio PR ASAP🙏
Any updates?
Same Here as well!