Tipu Sultan

Results 2 comments of Tipu Sultan

Facing same issue on web. I'm using `encrypt: ^5.0.3`. It was working well before. Here is my code. ```Dart final _encrypter = Encrypter( AES(Key.fromUtf8('key')), ); static final _iv = IV.fromLength(16);...