shared_preferences_tizen 2.3.0 shared_preferences_tizen: ^2.3.0 copied to clipboard
Tizen implementation of the shared_preferences plugin.
2.3.0 #
- Update shared_preferences to 2.3.2.
- Update shared_preferences_interface to 2.4.0.
- Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
- Supports
SharedPreferencesAsync
andSharedPreferencesWithCache
APIs.
2.2.1 #
- Update minimum Flutter and Dart version to 3.13 and 3.1.
- Fix a type cast error when reading a string list.
- Update tizen_interop to 0.3.0.
2.2.0 #
- Increase the minimum Flutter version to 3.3.
- Update shared_preferences to 2.2.0.
- Update shared_preferences_interface to 2.3.0.
- Add
clearWithParameters
andgetAllWithParameters
. - Update
clear
to useclearWithParameters
- Update
getAll
to usegetAllWithParameters
- Update integration_test.
2.1.0 #
- Migrate FFI implementation to tizen_interop.
2.0.3 #
- Bump ffi dependency.
2.0.2 #
- Update shared_preferences to 2.0.9.
- Switch to new analysis options.
- Update integration_test.
2.0.1 #
- Fix memory leaks.
2.0.0 #
- Update Dart and Flutter SDK constraints.
- Update Flutter copyright information.
- Update the example app and integration_test.
- Update shared_preferences_platform_interface to 2.0.0.
- Organize dev_dependencies.
- Migrate to ffi 1.0.0.
- Migrate to null safety.
- Remove unused
PreferenceIsExisiting
from the implementation.
1.0.1 #
- Update shared_preferences to 0.5.12+4.
- Update shared_preferences_platform_interface to 1.0.4.
- Migrate to Tizen 4.0.
1.0.0 #
- Initial release.