PurplePolyhedron
PurplePolyhedron
`layers.clipPath()` does not apply `paintOffset` to `path` correctly when used in `paint()`. It works as expected in `paintChildren()` ``` import 'package:boxy/boxy.dart'; import 'package:flutter/material.dart'; void main(List args) { runApp(MaterialApp( theme: ThemeData.from(colorScheme:...
Previously when subclassing `MultiChildRenderObjectWidget` and `RenderObject with ContainerRenderObjectMixin`, if one forgot to set up parent data, the error message does not give hint that `setupParentData` need to be implemented by...
If `dart:ui` is imported without importing any flutter packages, nothing would be appear in the dartpad console (unless there are some compile errors) ``` import 'dart:ui'; void main() { print("Hello...