jeroentrappers / flutter_keychain

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

Add support for V2 embedding #24

Closed Stoisss closed 3 years ago

Stoisss commented 3 years ago

When I'm running the app this warning pops up: The plugin flutter_keychain uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if these plugins support the Android V2 embedding. Otherwise, consider removing them since a future release of Flutter will remove these deprecated APIs. If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.

yukitaka13-1110 commented 3 years ago

Any updates?

jeroentrappers commented 3 years ago

Merged into v 2.1.0 and published. Thank you everyone who contributed!