wave_progress icon indicating copy to clipboard operation
wave_progress copied to clipboard

A custom wave progress widget

wave_progress_widget

A customable wave progress widget

Preview

How to use

  1. Add this to your package's pubspec.yaml file:
dependencies:
  wave_progress_widget: ^0.0.1
  1. Add this import to your dart file:
import 'package:wave_progress_widget/wave_progress.dart';
  1. Just add WaveProgress wherever you want! you can customise it's border and fill color too!
WaveProgress(180.0, Colors.blue, Colors.blueAccent, _progress)

Getting Started

For help getting started with Flutter, view our online documentation.

For help on editing package code, view the documentation.