shorebird_updater 1.1.5
shorebird_updater: ^1.1.5 copied to clipboard
Flutter package to integrate Shorebird Code Push updates with customizable UI.
Changelog #
1.1.5 #
- Added dartdoc documentation across the public API (improves pub.dev score).
- README: added author, UPI support/donation, and "show your support" sections.
1.1.4 #
- Fixed downloaded patches not applying after tapping "Restart". The old
restart_app-based restart performed a warm relaunch that could boot before Shorebird committed the patch. The app now fully terminates so the next launch is a true cold start and the patch is applied reliably. - Removed the
restart_appdependency.
1.1.3 #
- The "Restart" dialog is now only shown when a patch actually downloaded and staged (previously it appeared even if the download failed).
- Logs the current/next patch numbers after downloading to make it easy to confirm a new patch was staged.
1.1.2 #
- Fixed
Null check operator used on a null valuecrash fromNavigator.ofwhen showing update dialogs. The update flow now uses the navigator's overlay context, so it works regardless of whereShorebirdUpdaterWidgetsits in the widget tree.
1.1.1 #
- Maintenance release.
1.1.0 #
- Automatically detect and display the host app's name (via
package_info_plus) - Show the app logo (or a fallback icon) in every dialog
- Dialogs now respect all
UpdaterConfigtext andforceUpdate - Added an
example/app - Expanded README with full usage and customization docs
1.0.0 #
- Initial Release
- Automatic update checking
- Download update
- Restart application
- Configurable dialogs
- Force update support