custom_shape_progress_indicator 0.0.1 copy "custom_shape_progress_indicator: ^0.0.1" to clipboard
custom_shape_progress_indicator: ^0.0.1 copied to clipboard

outdated

A simple package for custom shape progress indicator

Custom shape progress indicator #

Usage #

import 'package:custom_shape_progress_indicator/custom_shape_progress_indicator.dart';

Rectangle progress indicator #

CustomShapeProgressIndicator(
    progress: 0.7,
    child: Container(
        padding: const EdgeInsets.all(8),
        decoration: BoxDecoration(
            borderRadius: BorderRadius.circular(10)),
        child: const Text('This is a progress indicator'),
    ),
)

Infinity progress indicator #

CustomShapeProgressIndicator(
    child: Container(
        padding: const EdgeInsets.all(8),
        decoration: BoxDecoration(
            borderRadius: BorderRadius.circular(10)),
        child: const Text('Infinity progress indicator'),
    ),
)
2
likes
0
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

A simple package for custom shape progress indicator

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on custom_shape_progress_indicator