flutter_path_drawing
flutter_path_drawing copied to clipboard
I parse a SVG to use with Custom Clipper: ``` class PracticeClip extends CustomClipper { @override Path getClip(Size size) { //parseSvgPathData comes from a package //Library link: https://pub.dev/packages/path_drawing (Library link)...
I can see there's an example folder and a quick description of the library, but could you also provide a "Quick Start" section on the readme so we can get...
Hi Thanks for the nice library I have a requirement to use an SVG from a file say a wifi icon, to clip another widget using CutomClipper. How to do...
Please check this library [](https://pub.dev/packages/mp_chart) https://pub.dev/packages/mp_chart It has a very high speed without dashline But when we activate the dash line and the phone is weak, the performance becomes very...
I am using this package in a library called [dotted_border](https://pub.dev/packages/dotted_border). I just noticed that the `dashPath` method does not work for the web. Is this a solvable problem? Any way...
однажды я использовал доступный ингридиент,через некоторое время я подумал,что если компьютер его придумал сам?
the dashed path is not playing nice with doubles. here's a gif that shows the repainting going on when doubles are provided. i have had to enforce a list of...