Skip to content

restart_app 1.8.3

Choose a tag to compare

@gabrimatic gabrimatic released this 02 May 14:56
· 10 commits to master since this release

1.8.3

  • Made Restart.restartApp(...) the single Dart restart entry point
  • Changed Restart.restartApp(...) to return RestartResult, giving one call with success, resolved mode, code, and message
  • Kept all restart customization on Restart.restartApp(...): mode, webOrigin, forceKill, notificationTitle, and notificationBody
  • Refined the example so main.dart shows the restart calls directly, while package survival checks live in focused helper files
  • Updated README and example docs so the quick start is platform-neutral and iOS details stay in the iOS section