You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable "Don't keep activities" option on Android device.
Open the app, from home page call showModalBottomSheet method.
Put the app to background, so that the system kills its process.
Return to the app, so that its state and route are restored.
Expected result: the app is opened on the home page, the current path is '/home'
Actual result: the app shows "Page not found', the current path is '/temp_router/bottom_sheet_example'
Is there a way to have the expected result?
The text was updated successfully, but these errors were encountered:
I have an issue with state restoration and temporarty router.
Here are my routes:
I want to show bottom sheet over the home page with temporary router and call this method on HomePage:
The steps are the following:
Expected result: the app is opened on the home page, the current path is '/home'
Actual result: the app shows "Page not found', the current path is '/temp_router/bottom_sheet_example'
Is there a way to have the expected result?
The text was updated successfully, but these errors were encountered: