Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 763 Bytes

CHANGELOG.md

File metadata and controls

33 lines (24 loc) · 763 Bytes

1.0.0

  • Initial release

1.0.1

  • Update path_provider to 1.6.27
  • Update platform interface to 1.0.4
  • Remove permission_handler_tizen dependency temporarily
  • Migrate to Tizen 4.0

1.0.2

  • Use PlatformException instead of a plugin-specific exception type (StorageException)

2.0.0

  • Update Dart and Flutter SDK constraints
  • Update Flutter copyright information
  • Update example and integration_test
  • Update 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

2.0.1

  • Update path_provider to 2.0.2
  • Remove permission_handler dependency
  • Comment out integration tests that depend on permission_handler
  • Migrate example test code to null safety