-
In short, the Flutter engine uses the `ParagraphStyle` to compute the line metrics of lines that contain only whitespace, even when a `TextStyle` with a non-null `fontSize` different from the `Paragra…
-
### Steps to reproduce
1. Create a new project use the code sample bellow and make sure you are running using impeller backend.
2. Scroll in the list and there will be a large amount of jank during …
-
## Steps to Reproduce
| Info | Value | |
| ------------------------------ | ---------------------------------…
-
While trying to add some custom graphics to my app, I ran into some pretty big issues with the drawVertices method. The drawVertices method does not function correctly with the HTML renderer, which is…
-
My previously working spinning cube demo has stopped working. Any ideas on what I need to do to fix it?
Source repo: https://github.com/domesticmouse/spinning_cube
**shaders/spinning_cube.frag*…
-
If I want to draw a set of vertices, the resulting triangles are filled every time. Even by setting the style of the paint to PaintingStyle.stroke, flutter wont just draw the outline of the resulting …
-
@Hixie Could you provide a simple example? For instance, how would one register a left mouse click and a right mouse click while the left is still pressed?
_It sounds like you want a MultiDragGestu…
-
Error 1
```
Positioned(
top: 53,
left: 234,
child: Opacity(opacity: 1.0,child: Container(decoration: BoxDecoration(backgroundBlendMode: BlendMode.overlay, color: Colors.red),chi…
-
The video below shows a CustomPainter that draws hundreds of cubic beziers.
The CustomPaint Widget is transformed using an InteractiveViewer Widget. After a certain zoom level the performance degrad…
-
## 🚀 Feature Requests
Migrate to NNBD
Any plans on null-safety migration?
### Platforms affected
IOS
ANDROID