-
## 参考资料
- [Path 与 CustomPainter](https://juejin.cn/post/6844904138812162056)
- [flutter_custom_clippers](https://pub.dev/packages/flutter_custom_clippers)
- [Flutter Shape Maker](https://fluttersha…
-
**GestureDetector collect flutter's Path Object draw in CustomPaint**
```dart
class Stroke {
final path = Path();
final time = DateTime.now().microsecondsSinceEpoch;
final Color color;
…
-
`CustomPainter.hitTest` is missing the size of the widget, making it impossible to specify custom hit test behaviour when `paint` uses its `size` argument.
Simplistic example:
```dart
class Cir…
-
Hi! Thank you for this library. It has helped me increase my productivity and greatly simplify my state and logic code, and it has quickly become my favorite state management solution.
I'm writing …
-
### Steps to reproduce
We encountered a crash in the app related to custom painter redraws. The issue is most likely to occur when the app experiences lag due to heavy data processing. While the cras…
centy updated
4 months ago
-
The demo program runs not smoothly and stutters on the Android system, but it run smoothly on the iOS system
android runs video:
https://github.com/user-attachments/assets/171e7477-208c-4c9b-…
-
I'm using this library to create a path that consists of multiple curves, the issue is that when I draw the path using CustomPainter `cubicTo`
```
var cubic = GameObject.shared.cubicBeziers;
…
-
### 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
…
-
Hi
Whenever i create a shape, XD is giving me dart code with Container with decoration option or SvgPicture.
I am looking for the code in CustomPainter.
How do i force XD to export the widget w…
-
### Steps to reproduce
(flutter version is 3.24.3)
1. flutter create
2. Run the following code to see the animation displayed in the center
```
import 'dart:math';
import 'package:flutt…