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
dependencies:
curved_progress_bar: ^1.0.2
Usage
CurvedCircularProgressIndicator(
value: 0.5,
strokeWidth: 12,
animationDuration: const Duration(seconds: 1),
backgroundColor: Color(0xFFFFFFCD),
color: Colors.blue,
),
const CurvedCircularProgressIndicator(),
CurvedLinearProgressIndicator(
value: 0.5,
strokeWidth: 8,
backgroundColor: Colors.amber,
color: Colors.red,
),
const CurvedLinearProgressIndicator(),
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 |