Releases: veryraregaming/android-app-checker-flutter-plugin
Releases · veryraregaming/android-app-checker-flutter-plugin
Version 2.0.1 (Release Date: 2023-11-02)
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.
Android App Checker Flutter Plugin
Version 2.0.0 (Release Date: 2023-11-02)
Overview
- Added support for Android V2 embedding.
Changelog
- [Feature] Added Android V2 embedding support.
- [Enhancement] Improved performance when checking app versions.