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

A simple widget that can be used to display progress status of a task, use the provided properties to customise the way you like.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_progress_status

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

dependencies:
  flutter_progress_status: ^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:flutter_progress_status/flutter_progress_status.dart';
11
likes
130
pub points
77%
popularity

Publisher

unverified uploader

A simple widget that can be used to display progress status of a task, use the provided properties to customise the way you like.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_progress_status