custom_linear_progress_indicator

Creator: coderz1093

Last updated:

0 purchases

custom_linear_progress_indicator Image
custom_linear_progress_indicator Images

Languages

Categories

Add to Cart

Description:

custom linear progress indicator

Provides a customizable linear progress indicator widget for Flutter applications, offering animation and visual customization options.
Features #

Getting started #
dependencies:
custom_linear_progress_indicator: ^0.0.1

copied to clipboard
How to use #
import 'package:custom_linear_progress_indicator/custom_linear_progress_indicator.dart';

copied to clipboard
Usage #
CustomLinearProgressIndicator(
borderColor: Colors.blue,
borderWidth: 3,
progressPercent: double.tryParse((users / total).toStringAsFixed(2))!,
width: 0.8,
colorLinearProgress: Colors.black87,
animationDurationSeconds: 2,
minHeight: 50,
linearProgressBarBorderRadius: 12.0,
borderRadius: 12.0,
backgroundColor: const Color.fromRGBO(224, 224, 224, 1),
percentTextStyle: const TextStyle(
color: Colors.blue,
fontSize: 20,
fontWeight: FontWeight.w800,
),
),
copied to clipboard
Additional information #
If you have any issues, questions, or suggestions related to this package, please feel free to contact us at [email protected]. We welcome your feedback and will do our best to address any problems or provide assistance.
For more information about this package, you can also visit our GitHub repository where you can find additional resources, contribute to the package's development, and file issues or bug reports. We appreciate your contributions and feedback, and we aim to make this package as useful as possible for our users.
Thank you for using our package, and we look forward to hearing from you!

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.