curved_progress_bar 1.0.0+1 copy "curved_progress_bar: ^1.0.0+1" to clipboard
curved_progress_bar: ^1.0.0+1 copied to clipboard

Progressbar that has curved edge and can add animation duration to build the progressbar.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add curved_progress_bar

With Flutter:

 $ flutter pub add curved_progress_bar

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

dependencies:
  curved_progress_bar: ^1.0.0+1

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

Import it

Now in your Dart code, you can use:

import 'package:curved_progress_bar/curved_progress_bar.dart';
19
likes
0
pub points
89%
popularity

Publisher

verified publisheruttamlaila.com

Progressbar that has curved edge and can add animation duration to build the progressbar.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_screenutil

More

Packages that depend on curved_progress_bar