package_info_kit 0.0.1
package_info_kit: ^0.0.1 copied to clipboard
A comprehensive Flutter package for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android. Enhanced with additional features like install time an [...]
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.1 - 2025-11-14 #
🎉 Initial Release #
🚀 Added #
- Core package information retrieval:
- App name
- Package name
- Version
- Build number
- Extended information:
- Build signature (Android)
- Installer store information
- Install time
- Update time
- Android-specific information:
- Android version
- Android SDK version
- Android codename
- Cross-platform support:
- Android (fully implemented)
- iOS (fully implemented)
- macOS (fully implemented)
- Testing capabilities:
- Mock value support for testing
- Comprehensive test coverage
- Documentation:
- Detailed README with usage examples
- Example application demonstrating all features
- API documentation
📋 Planned for Future Releases #
- Web platform support
- Linux platform support
- Windows platform support