-
See the following image.
(This image shows a Path where multiple connected cubics are drawn that contain inconsistent dashes)
It's worse for variable dash lengths and offsets where visual in…
-
First of all, thank you for this amazing library
-
When the feature initially came out, I felt that it was taking
xster updated
4 years ago
-
I have an issue when I tried to call my barcode in data getting error
```
QrInputTooLongException: Input too long. 1324596 > 23648
The relevant error-causing widget was:
BarcodeWidget file:///…
-
Hello,
I'm getting this error
Restarted application in 1,659ms.
flutter: ══╡ EXCEPTION CAUGHT BY RENDERING LIBRARY ╞═════════════════════════════════════════════════════════
flutter: The foll…
-
The order of the widgets in the layer parameter determinantes not only the drawing but also
the touch event / blocking order (?).
Even layers only containing a `CustomPainter` (lines across the wh…
-
Hi Felix, @felixblaschke
I saw your beautiful Liquid Studio on YouTube today and just had to try it.
I noticed that there is an issue with the Liquid Studio and the `Plasma`, most of your provide…
-
When a Hero contains a Column with mainAxisSize: MainAxisSize.min, on navigating to a new page, the content overflows (by 0.0000172 pixels) (only during the navigation). This even happens when navig…
-
I'm using [smooth_page_indicator](https://pub.dev/packages/smooth_page_indicator) and it needs `PageController ` to work how can I use PreloadPageController ?
-
I draw a rect on flutter canvas by using CoustomPainter. How can I add a onTap/onPress event to this rect?
Must I calculate the axis positions of every rect to get the object of drawRect in panUpda…