Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange iOS Issues on Latest Flutter Release (1.21.0-6.0.pre.129 - Master Channel) #5

Open
JayPerfetto opened this issue Jul 31, 2020 · 1 comment

Comments

@JayPerfetto
Copy link

On the latest release of flutter, I have experienced some really strange behavior. I have the same implementation of the home view + bottom nav as the example, with singleton view models as the nav pages. For the past week+, I have had 0 issues with theming / reactive builds on Dark/Light mode changes on iOS + android.

With this home page setup, and valid, demonstrably working light and dark themes provided to my app, I noticed that on this latest release, as I change the system of my iOS device from Light to Dark mode and vice versa, that the Home View is not responding to those theme / color change events.

This issue does not happen on flutter Master 1.21.0-5.0.pre-37-g35e700518 - I have tested now where upgrading and downgrading flutter is the only change I make, and have identified this to be the root cause of the symptoms I am seeing, but I do not know, however, what the root cause of the actual behavior is.

Hopefully the community can band together and we can figure this weird one out!

@FilledStacks
Copy link
Owner

@JayPerfetto thanks for pointing that out. we've also been seeing some weird things, the latest being that if i hot reload too many times it just stops working in debug mode. This is with and without stacked. I'm hoping that it gets sorted out, it's not a big problem since a restart works but then i lose my state in the app. I don't have dark / light themes in the apps i'm currently working on but its weird that they stopped populating through the app. Lets hope it gets fixed soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants