rounded_linear_progress 0.0.2 copy "rounded_linear_progress: ^0.0.2" to clipboard
rounded_linear_progress: ^0.0.2 copied to clipboard

Linear progress indicator with rounded edges and growing animation.

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

2
likes
120
points
429
downloads

Publisher

unverified uploader

Weekly Downloads

Linear progress indicator with rounded edges and growing animation.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on rounded_linear_progress