Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 901 Bytes

CHANGELOG.md

File metadata and controls

40 lines (25 loc) · 901 Bytes

NEXT

  • Update minimum Flutter and Dart version to 3.13 and 3.1.

0.2.3

  • Add static AppControl.setAutoRestart method.
  • Increase the minimum Flutter version to 3.3.
  • Update README.
  • Remove unused code and clean up.

0.2.2

  • Improve FFI symbol resolution.
  • Resolve linter warnings.

0.2.1

  • Bump ffi dependency.

0.2.0

  • Remove the deprecated API AppManager.
  • Remove unnecessary dependency on tizen_app_manager.
  • Move app_control.dart into the implementation directory.

0.1.2

  • Add the main exporter file tizen_app_control.dart.
  • Add dependency on tizen_app_manager and reimplement AppManager.
  • Deprecate AppManager in favor of tizen_app_manager's AppManager.
  • Update the example app and integration_test based on the changes.

0.1.1

  • Update messageport_tizen to 0.2.0 and replace deprecated members in the example app.

0.1.0

  • Initial release.