jeroentrappers / flutter_keychain

A flutter plugin for secure storage on Android via KeyStore and iOS via Keychain
Other
56 stars 41 forks source link

Question: relation to flutter_secure_storage #2

Closed hillelcoren closed 5 years ago

hillelcoren commented 5 years ago

Hi,

Can you help me understand how this package relates to mogol/flutter_secure_storage, the readme is surprisingly similar.

hillelcoren commented 5 years ago

For context: https://github.com/mogol/flutter_secure_storage/issues/25

jeroentrappers commented 5 years ago

Hi, this plugin is a re-implementation of the flutter_secure_storage plugin, tailored for my needs. As mentioned in the License, part of it is based on the original flutter_secure_storage plugin.

I forked it, because I had issues with the original plugin, and wanted to use swift and kotlin.

hillelcoren commented 5 years ago

Thanks for the explanation!