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
100
pub points
51%
popularity

Publisher

unverified uploader

Linear progress indicator with rounded edges and growing animation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on rounded_linear_progress