FilledStacks / stacked-example

A full example of a production ready architecture setup by FilledStacks for application development
83 stars 52 forks source link

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

Open JayPerfetto opened 4 years ago

JayPerfetto commented 4 years ago

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 commented 4 years ago

@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.