mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Turns out I had misimplemented Rect.center. While I was here, I also implemented Rect.width and Rect.height (to help avoid making that mistake again), and copied shortestSide from Side to Rect so that we can avoid having to allocate a Size to get the shortest side from a Rect. R=abarth@chromium.org Review URL: https://codereview.chromium.org/1216013003.
Sky Engine
This directory contains the bulk of the C++ code backing the
dart:sky module.
It is based on Blink, Chromium's rendering engine, which itself is descended from WebKit, which is descended from KHTML.