gabrimatic / restart_app

A Flutter plugin that helps you to restart the whole Flutter app with a single function call by using native APIs.
https://pub.dev/packages/restart_app
MIT License
72 stars 63 forks source link

Not Restarting, just closes the app in android. #12

Closed Its-NK closed 1 month ago

Its-NK commented 1 year ago

I have just tested the package on the Android platform and it is not working as expected. it doe not Restart the app, but just closes the app in Android. then you will have to reOpen manually

parthSanghani05 commented 1 year ago

i'm also having the same issue with 1.1.2 version

junixapp commented 1 year ago

same issue

Gilianp commented 1 year ago

Same here

pingtobuild commented 1 year ago

Just run with "--release" flag with the run command it will work.