restart_app icon indicating copy to clipboard operation
restart_app copied to clipboard

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

Results 19 restart_app issues
Sort by recently updated
recently updated
newest added

Hi, Do you have any plans to support restart on iOS? Thanks

Calling `exit` is not safe in Flutter applications. It results in unpredictable shutdown/destruction of objects and crashes. See e.g. https://github.com/flutter/flutter/issues/142835 Please consider updating your plugin to not call exit.

I did an update of all of my packages and now I have this error: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':restart_app:compileDebugKotlin'....

When trying to install this package, following My current dart SDK is 3.3.0 The lower bound of "sdk: '>=2.7.0

This no longer work on Android and iOS anymore. When we call restartApp. It crashed both on Android and iOS.

I had this "(current target is 17) jvm target compatibility should be set to the same Java version." error with gradle-8.0

Hi, I got this error, i need restart application in android. I'm calling Restart.restartApp(); inside an isolate. StateError (Bad state: The BackgroundIsolateBinaryMessenger.instance value is invalid until BackgroundIsolateBinaryMessenger.ensureInitialized is executed.) Regards,...