restart_app 1.5.0 copy "restart_app: ^1.5.0" to clipboard
restart_app: ^1.5.0 copied to clipboard

A Flutter plugin that helps you to restart the whole Flutter app with a single function call by using native APIs.

1.5.0 #

  • Added forceKill option for Android to fully terminate the old process on restart (#38, #41)
  • BREAKING (iOS): Restart no longer uses AppDelegate.restartFlutterApp(). The app now terminates and shows a local notification for the user to reopen. If you implemented a custom restartFlutterApp() method, it will no longer be called. (#48)
  • Custom notification title and body now work on iOS (#40)
  • iOS restart now requires notification permission. If denied, restartApp() returns false instead of terminating the app.

1.3.3 #

  • Fixed web platform crash caused by argument type mismatch (#35, #51)
  • Fixed web hash URL strategy not working (#14)
  • Fixed Android crash when launch intent is unavailable (#50)
  • Fixed iOS restartApp() always returning false (#48)

1.3.2 #

  • Updated web package to the stable version

1.3.1 #

  • Updated JVM and Kotlin versions.
  • Upgraded Flutter web dependency to more compatible version
  • Resolved dependency conflicts with firebase packages and restart_app.

1.3.0 #

  • Custom notification support added for iOS:
    • notificationTitle and notificationBody can now be customized.
  • Android improvements:
    • Added namespace configuration.
    • Replaced .exit method with new, safe ActivityAware method.
    • Updated Kotlin version.
  • Web support enhanced:
    • Added Wasm support.
  • General updates:
    • Updated dependencies.

1.2.1 #

  • In-code documentation added to the source.

1.2.0 #

  • iOS support added.

1.1.3 #

  • Updated to Flutter 3.10.
  • Example files updated.

1.1.2 #

  • Updated to Flutter 3.7.0.

1.1.1+1 #

  • iOS support description added to README.

1.1.1 #

  • Gradle version updated.

1.1.0+1 #

  • Updated to Flutter 3.0.0.

1.1.0 #

  • Web support added.

1.0.3 #

  • Plugin version updated in README.

1.0.2 #

  • Package name updated in example files.

1.0.1 #

  • Package name updated.

1.0.0 #

  • Null-Safety support added.
507
likes
0
points
116k
downloads

Publisher

verified publishergabrimatic.info

Weekly Downloads

A Flutter plugin that helps you to restart the whole Flutter app with a single function call by using native APIs.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on restart_app

Packages that implement restart_app