Skip to content

dart:ui should have a method to push the data to the GPU #212

@FlutterIssues

Description

@FlutterIssues

Issue by Hixie
Monday Oct 19, 2015 at 22:58 GMT
Originally opened as https://github.com/flutter/engine/issues/1682


...so that we can call it during the frame as soon as we have the data ready, before we deal with cleanup, scheduling the next frame's animations, etc.

If we do that, we can move the call to GlobalKey._notifyListeners() in Element.finalizeTree() to just be an inline call rather than a call through scheduleMicrotask().

Metadata

Metadata

Assignees

Labels

c: new featureNothing broken; request for a new capabilityengineflutter/engine related. See also e: labels.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions