getx
getx copied to clipboard
RestorableRouteFuture in GetX ?
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 ??
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
Could you provide a minimum reproducible code? I already had this issue, I can help you.
@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
@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?