- Update code format.
- Remove a testcase for
AppRunningContext.appStateAPI because the tizen test farm does not support the 'foreground' state.
- Update minimum Flutter and Dart version to 3.13 and 3.1.
- Update tizen_interop to 0.3.0.
- Add threading to
AppManager.getInstalledAppsto prevent app freezing.
- Revise the example app.
- Fix app launch event not being fired.
- Migrate FFI implementation to tizen_interop.
- Remove
AppRunningContext.dispose. - Move
app_manager.dartinto thesrcdirectory.
- Bump ffi dependency.
- Fix arm64 build error.
- Code refactoring.
- Implement a Dart finalizer for
AppRunningContext. - Deprecate
AppRunningContext.dispose. - Clean up README.
- Add the main exporter file
tizen_app_manager.dart. - Add an optional parameter
backgroundtoAppRunningContext.terminate()to support terminating background applications.
- Initial release.