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.
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 alsohttps://github.com/flutter/flutter/issues/119897#issuecomment-1735122286
.