- Update minimum Flutter and Dart version to 3.13 and 3.1.
- Update tizen_interop to 0.3.0.
- Add threading to
AppManager.getInstalledApps
to 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.dart
into thesrc
directory.
- 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
background
toAppRunningContext.terminate()
to support terminating background applications.
- Initial release.