- Update minimum Flutter and Dart version to 3.13 and 3.1.
- Add threading to
PackageManager.getPackagesInfo
to prevent app freezing.
- Rename
package_manager.dart
totizen_package_manager.dart
. - Create an enum type
StorageType
forPackageInfo.installedStorageType
. - Refactor the C++ code.
- Revise the example app.
- General cleanups.
- Initial release.