-
Hi @roipeker,
I have observed some weird behaviors regarding the coordinate system and its origin depending on the platform.
I have tested it on OSX and on the web with Flutter 3.3.9
My expecta…
-
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…
-
First of all, thank you for this amazing library, I really like the idea of using widgets to create charts.
I'm creating a line chart with `target line`(y: 3.6) and `target area`(y: 0 ~ 2).
I enc…
-
### Steps to reproduce
3. `flutter run`
### Expected results
I see a plain grey screen.
### Actual results
The app has some dark gray squares on a light grey background.
When I instead run `fl…
-
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. …
-
## Steps to Reproduce
Checkout the code below where I create a custom painter "MyPainter". The painter draws a line from left to right of the screen and adds a shadow along the same path using `canv…
-
### 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/…
-
Okay boss!
time to come out of hiding,
please check this discussion 5 mins of your time,
https://github.com/fleaflet/flutter_map/discussions/1481
-
### Steps to reproduce
I created a simple animation demo, and despite using minimal resources, I still encounter frame jitter issues. I captured the following image using GPUView, and it seems like…
-
When using a `CustomPainter` to draw multiple rects on top of each other, flutter web seems to be applying anti-aliasing, even when the `Paint` objects have `isAntiAlias = false`.
## Steps to Repro…