-
## Steps to reproduce
Run the following app:
```dart
import 'package:flutter/material.dart';
void main() {
runApp(HairlineNotSoMuch());
}
class HairlineNotSoMuch extends StatelessWidg…
-
I have some heavy-weight UI things, such as an image, or dozens of `Path`s. I need to use them twice, once for displaying directly, and another time with some `ImageFilter`s (such as blur). Since …
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
-
Please take a look at the code below. If you change, in the first sample, inner's `topLeft: Radius.elliptical(3.9, 57.3)` to `topLeft: Radius.elliptical(4.0, 57.3)` the issue disappears. `3.8`? Also g…
-
### Steps to reproduce
Just run code sample below.
This issue is new in Flutter 3.22. On 3.19.5 it's fine.
### Expected results
A dark screen with nearly white rounded box in the center.
…
zhxst updated
2 months ago
-
Hi,
Currently the scene config and the ticker code assumes that if you want a ticker, you want it to cover both scenes but there are scenarios where you want control over when to render / update th…
-
I calculate the Boxes for a complete Text and color the boxes.
As you can see below there are two outcomes.
Linux/Android/"Web on desktop" are working like expected.
But Chrome on Android displayin…
-
Just wanted to let you know that this overflows on my device like this
![Screenshot_2019_06_02_17_22_24_522_com](https://user-images.githubusercontent.com/29627898/58760854-2c1b1000-855b-11e9-9b1b-…
-
### Steps to reproduce
1. Create a CustomPainter and a Path() object within the paint method.
2. use 'relativeLineTo' to draw a shape.
3. Run with wasm using: 'flutter run --wasm -d chrome'.
### E…
-
According to https://api.flutter.dev/flutter/dart-ui/Canvas/drawVertices.html
> The blendMode parameter is used to control how the colors in the vertices are combined with the colors in the paint. …