mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
`handleEventLoopCallback()` should return `true` rather than `false` when there are tasks in the queue but the highest priority task is not run because of the `schedulingStrategy`. If `false` is returned when the queue still has tasks, the event loop stops, causing existing and new tasks to never be scheduled. For full context, see https://github.com/flutter/flutter/issues/73766#issuecomment-2202427256. Fixes #73766 and #82016.
Flutter
Flutter is a new way to build high-performance, cross-platform mobile, web, and desktop apps. Flutter is optimized for today's — and tomorrow's — mobile and desktop devices. We are focused on low-latency input and high frame rates on all platforms.
See the getting started guide for information about using Flutter.