whats_new_kit 0.0.5
whats_new_kit: ^0.0.5 copied to clipboard
A simple Flutter package to show what's new releases in your app.
0.0.5 #
- Lowered the Dart SDK constraint to
^3.5.0and relaxedshared_preferencesto^2.5.3for wider compatibility. - No API or behavior changes.
0.0.4 #
- Updated package metadata and documentation.
0.0.3 #
- Minor release to refresh package metadata.
- No API or behavior changes.
0.0.2 #
- Renamed package from
flutter_whats_newtowhats_new_kit. - Fixed README image sizing and updated documentation and screenshots.
0.0.1 #
- Initial release.
- Added release and What's New item models.
- Added persistent release tracking with SharedPreferences.
- Added built-in What's New dialog.
- Added custom UI support through
getLatestUnseenRelease. - Added
markAsSeenfor custom UI implementations. - Added debug mode for development.
- Added support for Added, Improved, and Fixed item types.