curved_progress_bar 1.0.2 copy "curved_progress_bar: ^1.0.2" to clipboard
curved_progress_bar: ^1.0.2 copied to clipboard

Progressbar that has curved edge and can add animation duration to build the progressbar.

Progressbar that has curved edge and can add animation time duration to build the progressbar.

Features #

Progressbar that has curved edge and can add animation time duration to build the progressbar.

Getting started #

https://user-images.githubusercontent.com/56428324/189646978-ba944285-a8e0-42c9-aeaa-c9db833c85fa.mp4

dependencies:
  curved_progress_bar: ^1.0.2
copied to clipboard

Usage #

  CurvedCircularProgressIndicator(
    value: 0.5,
    strokeWidth: 12,
    animationDuration: const Duration(seconds: 1),
    backgroundColor: Color(0xFFFFFFCD),
    color: Colors.blue,
  ),
copied to clipboard
  const CurvedCircularProgressIndicator(),
copied to clipboard
  CurvedLinearProgressIndicator(
    value: 0.5,
    strokeWidth: 8,
    backgroundColor: Colors.amber,
    color: Colors.red,
  ),
copied to clipboard
  const CurvedLinearProgressIndicator(),
copied to clipboard

Additional information #

https://github.com/uttam-laila/curved_progress_bar/blob/master/example/lib/main.dart

Author #

Uttam Laila, Flutter Developer since 2019.

stackoverflow github
twitter linkedin
21
likes
150
points
1.04k
downloads

Publisher

verified publisheruttamlaila.com

Weekly Downloads

2024.07.08 - 2025.01.20

Progressbar that has curved edge and can add animation duration to build the progressbar.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on curved_progress_bar