mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Remove the Point class. * Add Size.contains and Rect.translate for consistency * Make Offset and Size compare == with subclasses. Without this we would break the _DebugSize hack. * Fix copy/pasta * Fix the examples in the engine repo