review_service 0.4.4
review_service: ^0.4.4 copied to clipboard
A multi-platform Dart package to prompt users for app reviews, with logging support.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
0.4.4 #
- Added library export file (
lib/review_service.dart) to properly expose package APIs. - Updated package dependencies to latest compatible versions:
in_app_reviewfrom ^2.0.9 to ^2.0.11loggerfrom ^2.3.0 to ^2.6.2lintsfrom ^3.0.0 to ^6.0.0mockitofrom ^5.4.4 to ^5.6.1build_runnerfrom ^2.4.8 to ^2.10.4
0.4.3 #
- Added a complete example in the
exampledirectory to comply with pub.dev guidelines and improve usability. - Enhanced the
descriptionfield inpubspec.yamlfor better clarity and alignment with pub.dev scoring requirements. - Fixed formatting issues to ensure compliance with Dart and Flutter linter rules.
- Improved pub.dev's quality standards.
0.4.2 #
- First release to pub.dev.
- Update CI versioning.
- Improved pipeline automation for publishing to pub.dev.
0.4.1 #
- Updated hyperlinks in README.md.
0.4.0 #
- Ported the code from the .NET version of the package to dart.
0.3.0 #
- Migrated the pipeline from the .NET version of the package.