Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1020 Bytes

File metadata and controls

53 lines (32 loc) · 1020 Bytes

NEXT

  • Update code format.
  • Remove a testcase for AppRunningContext.appState API because the tizen test farm does not support the 'foreground' state.

0.2.3

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

0.2.2

  • Add threading to AppManager.getInstalledApps to prevent app freezing.

0.2.1

  • Revise the example app.
  • Fix app launch event not being fired.

0.2.0

  • Migrate FFI implementation to tizen_interop.
  • Remove AppRunningContext.dispose.
  • Move app_manager.dart into the src directory.

0.1.5

  • Bump ffi dependency.

0.1.4

  • Fix arm64 build error.

0.1.3

  • Code refactoring.

0.1.2

  • Implement a Dart finalizer for AppRunningContext.
  • Deprecate AppRunningContext.dispose.
  • Clean up README.

0.1.1

  • Add the main exporter file tizen_app_manager.dart.
  • Add an optional parameter background to AppRunningContext.terminate() to support terminating background applications.

0.1.0

  • Initial release.