skip to Main Content

How to create custom timeline widget in flutter

How to create Custom Timelime in flutter like bellow: This is the code i have tried so far: IntrinsicHeight( child: Row( children: [ Container( width: 8.w, height: double.infinity, decoration: BoxDecoration( borderRadius: BorderRadius.circular(16.r), gradient: const LinearGradient( begin: Alignment.topCenter, end: Alignment.bottomCenter, colors:…

VIEW QUESTION
Back To Top
Search