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 Animation Controller Velocity Does Not Reflect Curve Applied
Preface: This is not a debugging question -- there is no code problem -- code is for illustration purposes only.
I am working with an animation controller in Flutter.
Using controller.forward with the...
Nerdy Bunz
Votes: 0
Answers: 1
Is it ok to stack multiple CustomPainter in Flutter?
Is it ok to stack multiple CustomPainter in a Stack widget?
For example:
Stack(
children: [
RepaintBoundary(
child: CustomPaint(
size: Size(imgSource.width.toDouble(), imgSource.he...
ynnob
Votes: 0
Answers: 1
Battery level indicator drawing upside down in Flutter CustomPainter Class
I have this code to draw the battery level but it is drawing the inside colored indicator from the top down. It should paint it from the bottom to the top like you see on all Android phones. Any tho...
bzark
Votes: 0
Answers: 1
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