shorebird_updater 1.1.5 copy "shorebird_updater: ^1.1.5" to clipboard
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_app dependency.

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 value crash from Navigator.of when showing update dialogs. The update flow now uses the navigator's overlay context, so it works regardless of where ShorebirdUpdaterWidget sits 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 UpdaterConfig text and forceUpdate
  • 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
1
likes
160
points
166
downloads

Documentation

API reference

Publisher

verified publisherkiyotechnologies.in

Weekly Downloads

Flutter package to integrate Shorebird Code Push updates with customizable UI.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

connectivity_plus, flutter, package_info_plus, shorebird_code_push

More

Packages that depend on shorebird_updater