updatify_flutter 1.0.0
updatify_flutter: ^1.0.0 copied to clipboard
A Flutter widget for displaying release notes, product updates, and announcements from the Updatify service.
1.0.0 #
Initial release.
UpdatifyWidgetfor displaying a project's updates fetched from the Updatify API.showUpdatifyDialoghelper for presenting updates in a dialog, with aborderRadiusoption for rounding the dialog corners.- Customizable post appearance via
UpdatifyPostDecoration(header, title, image, body, and chip styling). - Markdown post bodies with tappable links that open in the device's browser.
- Hero images cached to disk via
cached_network_image. - Injectable
UpdatifyService(accepts a customhttp.Client) for testing and custom networking.