- Update minimum Flutter and Dart version to 3.13 and 3.1.
- Add static
AppControl.setAutoRestart
method. - Increase the minimum Flutter version to 3.3.
- Update README.
- Remove unused code and clean up.
- Improve FFI symbol resolution.
- Resolve linter warnings.
- Bump ffi dependency.
- Remove the deprecated API
AppManager
. - Remove unnecessary dependency on tizen_app_manager.
- Move
app_control.dart
into the implementation directory.
- 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'sAppManager
. - Update the example app and integration_test based on the changes.
- Update messageport_tizen to 0.2.0 and replace deprecated members in the example app.
- Initial release.