mwageringel / everest

A mathematical puzzle game
https://mwageringel.github.io/everest/
GNU General Public License v3.0
74 stars 10 forks source link

[Android] late screen refresh after Navigator.pop #31

Open mwageringel opened 9 months ago

mwageringel commented 9 months ago

This issue tracks a minor upstream issue with Flutter 3.16+. It only affects Android.

https://github.com/flutter/flutter/issues/139477

After returning from the settings screen, the screen does not refresh instantly with the new settings applied, but only after about a half second delay.

Potential workaround is setting allowEnterRouteSnapshotting to false. See also https://github.com/flutter/flutter/issues/119897#issuecomment-1735122286.