multiplatform_key_value_store
multiplatform_key_value_store copied to clipboard
A problem occurred configuring root project 'key_value_store_flutter'. > SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.
Fixed the null parsing issue while the requested key is unavailable in localstorage.
The actual return value of `getKeys` function caused a type error in `List`. > Expected a value of type 'Set', but got one of type 'List' It corrected by setting...
There's no need for Android / iOS plugin registration on the native sides. Throw exceptions or better yet just don't register the plugins alltogether.