shared_preferences_tizen 2.2.0 copy "shared_preferences_tizen: ^2.2.0" to clipboard
shared_preferences_tizen: ^2.2.0 copied to clipboard

Tizen implementation of the shared_preferences plugin.

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 and getAllWithParameters.
  • Update clear to use clearWithParameters
  • Update getAll to use getAllWithParameters
  • 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.