icapps / flutter_secure_file_storage

MIT License
8 stars 2 forks source link

NullSafety issues with pointyCastle on Web Builds #31

Open jlambright opened 6 months ago

jlambright commented 6 months ago

I'm not sure why this is happening when we do release builds. Any thoughts?

`/root/.pub-cache/hosted/pub.dev/pointycastle-3.9.0/lib/macs/cbc_block_cipher_mac.dart:103:46: Warning: Operand of null-aware operation '!' has type 'Padding' which excludes null.

ikbendewilliam commented 5 months ago

This looks like a warning in pointycastle itself? Maybe check there 🤔