python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Flutter CustomPaint Moving a circle along a path
I'm learning CustomPaint by making my own line chart. I have already made the chart itself so now i'm making the things around it. One them is a trackball/line whenever you pan. So far i've made the d...
bjernie
Votes: 0
Answers: 0
Flutter - Hard color stop in linear gradient
I'm using CustomPaint to make a custom shape and I want to apply a color gradient but with hard color stops. Without color transitions.
PS:I cannot use different Paints instead of gradient because of...
Sewmina Dilshan
Votes: 0
Answers: 3
How to make custom paint like eaten portion in flutter?
I want to get with custom painter something just like this. How I can draw it? For me not problem borders, gradients. I couldn't draw left part of my assets card. Please, help!
Tologon Kudaiberdi
Votes: 0
Answers: 1
How to skip spaces with CustomPaint with Flutter?
I'm trying to achive an ARC in flutter, but with "holes" in it.
What I have:
screen image
What I want:
achive image
My code:
class ProgressArc extends CustomPainter {
bool isBackground;
C...
Dee S
Votes: 0
Answers: 1