You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The subject pretty much says it all. The base shared_preferences package is currently at version 2.3.2, and its authors have announced that legacy API will be deprecated, and newer code should be written using SharedPreferencesAsync or SharedPreferencesWithCache APIs. If the tizen version is not compatible w/ these, it forces users to stick to a "soon to be deprecated" API, which is not preferrable.
I haven't tested the versions yet, and the current tizen version might just work out of the box with 2.3+ base version, but if the developers here can confirm that it's not just "lucky" but indeed working as designed, that would be nice (a change in the readme.md would also help then). If, however, the tizen version is not compatible with 2.3+ of the base, then it's a deterrent to newcomers I think, and should be addressed earlier, rather than later. Thanks!
The text was updated successfully, but these errors were encountered:
@JSUYA Could you please check? I haven't looked into the details but we may need to rewrite the Tizen implementation to support both APIs (the Async and Cache versions).
The subject pretty much says it all. The base shared_preferences package is currently at version 2.3.2, and its authors have announced that legacy API will be deprecated, and newer code should be written using
SharedPreferencesAsync
orSharedPreferencesWithCache
APIs. If the tizen version is not compatible w/ these, it forces users to stick to a "soon to be deprecated" API, which is not preferrable.I haven't tested the versions yet, and the current tizen version might just work out of the box with 2.3+ base version, but if the developers here can confirm that it's not just "lucky" but indeed working as designed, that would be nice (a change in the readme.md would also help then). If, however, the tizen version is not compatible with 2.3+ of the base, then it's a deterrent to newcomers I think, and should be addressed earlier, rather than later. Thanks!
The text was updated successfully, but these errors were encountered: