Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

60 lines (41 loc) · 1.35 KB

2.2.0

  • Update path_provider to 2.1.4.
  • Update path_provider_platform_interface to 2.1.2.
  • Adds getApplicationCachePath() for storing app-specific cache files.
  • Update minimum Flutter and Dart version to 3.19 and 3.3.

2.1.1

  • Fix new lint warnings.
  • Update minimum Flutter and Dart version to 3.13 and 3.1.
  • Update tizen_interop to 0.3.0.

2.1.0

  • Migrate FFI implementation to tizen_interop.

2.0.3

  • Bump ffi dependency.
  • Update the example app.

2.0.2

  • Update path_provider to 2.0.7.
  • Unsupport getDownloadsDirectory.
  • Unskip skipped integration tests.

2.0.1

  • Update path_provider to 2.0.2.
  • Remove permission_handler dependency.
  • Comment out integration tests that depend on permission_handler.
  • Migrate integration_test to null safety.

2.0.0

  • Update Dart and Flutter SDK constraints.
  • Update Flutter copyright information.
  • Update the example app and integration_test.
  • Update path_provider_platform_interface to 2.0.1.
  • Update permission_handler to 6.1.1.
  • Organize dev_dependencies.
  • Migrate to ffi 1.0.0.
  • Migrate to null safety.

1.0.2

  • Use PlatformException instead of a plugin-specific exception type.

1.0.1

  • Update path_provider to 1.6.27.
  • Update path_provider_platform_interface to 1.0.4.
  • Remove permission_handler_tizen dependency temporarily.
  • Migrate to Tizen 4.0.

1.0.0

  • Initial release.