-
I am using pdfrx to render a single page of a PDF at a time using `layoutPages`.
Is there any mechanism to allow the user to rotate the page they are viewing (with anything added to the page with …
-
### Steps to reproduce
Put a CustomPaint widget, that paint a shader, into an Opacity widget
### Expected results
The Opacity should be applied on the painted shader
### Actual results
…
-
stack中,建议在CustomPaint(xxx)外加上`IgnorePointer(child: CustomPaint(xxx),)`以解决这个问题
-
```
@override
Widget build(BuildContext context) {
return Column(
crossAxisAlignment: CrossAxisAlignment.stretch,
children: [
Expanded(
child: CustomPaint(…
-
**GestureDetector collect flutter's Path Object draw in CustomPaint**
```dart
class Stroke {
final path = Path();
final time = DateTime.now().microsecondsSinceEpoch;
final Color color;
…
-
Using info from Resetting the Matrix#8, I got the matrix to reset correcting when using CustomPaint (basically the same code as the example with CustomPaint). But I have no idea why it is working. I s…
-
Hello everyone!
We're creating an application using the CustomPaint widget to create some drawing stuffs.
All operations look good, but we miss the possibility of getting a pixel color from the cu…
-
Just wrap you CustomPaint in a ClipRect, so when displayed on some widget dont go beyond the boundaries.
In my case, using the Stack with the property `fit = StackFit.expand` has a good result too …
-
Getting GlobalKey Error
`Multiple widgets used the same GlobalKey.`
```
════════ Exception caught by widgets library ═══════════════════════════════════
Multiple widgets used the same GlobalKey.…
-
Had a painting cause this error and all subsequent paintings weren't downloaded
I think it's this url
https://images.saatchiart.com/saatchi/1813272/art/9253349/8316469-ZYPIWMVO-7.jpg
[Error : …