rounded_linear_progress

A linear progress indicator with rounded edges and growing animation

Installation

Run the command to install

  flutter pub add rounded_linear_progress

Tech Stack

Client: Dart, Flutter

Usage/Examples

 RoundedLinearProgress(
        width: 100,
        strokeWidth: 3.0,
        bgColor: Colors.blue,
        fgColor: Colors.white,
        duration: Duration(seconds: 2),
            )

License

MIT License

Demo

Demo