Closed hansolowireless closed 3 years ago
I am trying to use this plugin to read a native app's shared preferences.
I manage to successfully substitute the native app via adb -r, but when I query prefs.getKeys() in Flutter code, I get an empty dictionary.
It looks as if the plugin was not reading correctly, or am I missing something?
Thank you so much.
Never mind, I was ignoring the "flutter_shared_pref_name" parameter.
I am trying to use this plugin to read a native app's shared preferences.
I manage to successfully substitute the native app via adb -r, but when I query prefs.getKeys() in Flutter code, I get an empty dictionary.
It looks as if the plugin was not reading correctly, or am I missing something?
Thank you so much.