task_progress_indicator 0.0.3 copy "task_progress_indicator: ^0.0.3" to clipboard
task_progress_indicator: ^0.0.3 copied to clipboard

A customizable Flutter widget that visually tracks and displays the progress of task completion, updating dynamically as tasks are accomplished.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add task_progress_indicator

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  task_progress_indicator: ^0.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:task_progress_indicator/task_progress_indicator.dart';
1
likes
160
points
36
downloads

Publisher

verified publisherhery.website

Weekly Downloads

A customizable Flutter widget that visually tracks and displays the progress of task completion, updating dynamically as tasks are accomplished.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cupertino_icons, flutter, plugin_platform_interface

More

Packages that depend on task_progress_indicator