Last updated:
0 purchases
rounded linear progress
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
copied to clipboard
Tech Stack #
Client: Dart, Flutter
Usage/Examples #
RoundedLinearProgress(
width: 100,
strokeWidth: 3.0,
bgColor: Colors.blue,
fgColor: Colors.white,
duration: Duration(seconds: 2),
)
copied to clipboard
License #
Demo #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.