app_store_metadata 1.0.0
app_store_metadata: ^1.0.0 copied to clipboard
A Dart SDK for fetching app metadata from Google Play Store and Apple App Store
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.
1.0.0 - 2025-06-12 #
Added #
- Initial release of app_store_metadata package
- Support for fetching app metadata from Google Play Store
- Support for fetching app metadata from Apple App Store
- Support for searching apps in Apple App Store
- Comprehensive AppInfo model with all relevant app metadata
- Custom exception classes for better error handling
- Full test coverage with unit tests
- Example usage in example/main.dart
- Complete documentation and README
Features #
- Unified API for both Google Play Store and Apple App Store
- Country and language localization support
- Rich metadata including ratings, screenshots, pricing
- Type-safe Dart models
- HTTP client abstraction for testing
- Comprehensive error handling