skip to Main Content

Is there any way that i can implement to curve the moving line on edges ? Implementing in Flutter

My code as of now: class RoundedRectanglePainter extends CustomPainter { final Color strokeColorGradientStart; final Color strokeColorGradientEnd; final double strokeWidth; final double borderRadius; final Color fillColorGradientStart; final Color fillColorGradientEnd; final Animation<double> animation; RoundedRectanglePainter({ required this.strokeColorGradientStart, required this.strokeColorGradientEnd, required this.strokeWidth, required this.borderRadius,…

VIEW QUESTION

Flutter 3.24.0 causing too much errors

I am using to run the E-Commerce shopping app template from here: https://github.com/abuanwar072/E-commerce-Complete-Flutter-UI I used flutter 3.24.0 but got so much errors. Seems the errors were from the flutter package. How to solve this? I've tried flutter 3.22.3 also but…

VIEW QUESTION
Back To Top
Search