Simon Lightfoot

Results 18 comments of Simon Lightfoot

@RedBrogdon @domesticmouse Created a gist sample and it actually runs if you press the RUN button. But it shows lots of syntax errors in the dartpad editor and says it...

@domesticmouse looks like this still is a problem. any news?

Hi Vincent. We have been in discussions to resolve this. But its all having to wait atm until at least mid next month after Flutter Vikings. Once we have something...

This feature is currently being worked on. Will update this ticket when it is resolved.

Hey Matt. I could look at the source of the sire and see what performance improvements can be made.

@spiritinlife can you post your working example and I'll take a look at it.

Sorry to say but that is not a complete life-cycle of Services. If I can find the time I will comment with details.

A point to mention is how the behaviour changes with `onSaveInstanceState()` and `setRetainedInstance()`. See https://stackoverflow.com/questions/13420448/how-i-can-break-things-with-fragments-with-setretaininstancetrue-and-adding-th

This might provide some helpful hints. See deliverNewIntents() https://github.com/android/platform_frameworks_base/blob/master/core/java/android/app/ActivityThread.java#L2350 See performNewIntents() https://github.com/android/platform_frameworks_base/blob/master/core/java/android/app/ActivityThread.java#L2361

I think this should still be documented but it looks like they are now fixing several issues. https://youtu.be/k3IT-IJ0J98?t=14m43s (What the Fragment talk from Google I/O 2016)