getx icon indicating copy to clipboard operation
getx copied to clipboard

RestorableRouteFuture in GetX ?

Open hanhmh1203 opened this issue 2 years ago • 4 comments

I have a problem, when I open screen 2, screen 3, click home, and re-open the app again, the app will restart, not open the last route. I already checked flutter size and they have "RestorableRouteFuture" for this solution. Should I request something like this in GetX ??

hanhmh1203 avatar Aug 12 '22 03:08 hanhmh1203

I also have this problem, I solved this problem using GetMaterialApp.route, but these are not solutions since it does not work well on Android and IOS devices

axmadjon avatar Aug 15 '22 20:08 axmadjon

Could you provide a minimum reproducible code? I already had this issue, I can help you.

kauemurakami avatar Sep 25 '22 21:09 kauemurakami

@kauemurakami I don't have it anymore, since I overwrote it to another one, but could you give me how to do it so that it works on all platforms. Thanks

axmadjon avatar Sep 29 '22 09:09 axmadjon

@kauemurakami @axmadjon I'm having this issue in devices which have low memory to keep running in background and app restarts from main. Can you guys help me with this?

abhinavsinghring avatar Dec 27 '23 10:12 abhinavsinghring