Dan Field

Results 553 comments of Dan Field

Think of it this way: - The `BuildContext` is actually your `Element` (e.g. your `State`). - `Element`s hold data and expect to get let go when they're no longer needed...

I'm not sure I fully understand the use case for this plugin or how to achieve it's actual goal. Whatever it's goal is, calling exit isn't safe and will cause...

Based on https://github.com/getsentry/sentry-cocoa/issues/280 it sounds like there might be symbols missing. I'm not sure how you would get those uploaded for Sentry to process them, or get Sentry to give...

If you add a circular progress indicator does it draw? That should help to rule out whether this is a frame scheduling issue, as in if new frames get forced...

If I use a texture view I can't reproduce this (although the repro is flaky so it' shard to be 100% sure). ```kt package com.example.counter import io.flutter.embedding.android.FlutterActivity import io.flutter.embedding.android.RenderMode class...

I'm having trouble reproducing this before https://github.com/flutter/engine/pull/47358.

My theory is that the linked patch changes the conditions for when we resume drawing when using SurfaceView, and we may be getting those calls in an unexpected order (sometimes)...

Well, if that's the case then I needed to try harder to reproduce it on my bisect. It'd be nice if we found a way to more consistently reproduce the...

We should still probably try to clean this up, since libtess2 will be a fallback path for some cases right?