sroddy / flutter_string_encryption

Cross-platform string encryption using common best-practices (AES/CBC/PKCS5/Random IVs/HMAC-SHA256 Integrity Check).
https://pub.dartlang.org/packages/flutter_string_encryption
Other
57 stars 41 forks source link

Null Safety #29

Open francis94c opened 3 years ago

francis94c commented 3 years ago

I'd like to migrate this package to a null safe one.

acoutts commented 3 years ago

Seems like there's 2 unmerged PRs, and this package is no longer maintained for a number of years now. I think the community should fork and update it in a new package to keep it working.

francis94c commented 3 years ago

Guess that's the way to go.

fehernyul commented 3 years ago

has anybody already forked, merged, published this?