Version 2.0.1 (Release Date: 2023-11-02)
Overview
This release addresses a few key issues and enhancements to improve the Android App Checker plugin for Flutter.
Changelog
- Updated Android Embedding: The plugin has been updated to use Android V2 embedding to avoid deprecated APIs.
- Null Safety: Nullability for the
packageName
argument ingetAppVersion
has been handled more effectively. - Code Quality: Checked and improved the codebase for potential issues and optimizations.
- Permission Update: Added the
android.permission.GET_INSTALLED_PACKAGES
permission in the AndroidManifest.xml to ensure accurate package information retrieval.
This update enhances the stability and functionality of the plugin, ensuring a better experience for developers using it.