wave_loading_indicator 1.0.0 wave_loading_indicator: ^1.0.0 copied to clipboard
Reincarnation of deprecated library
wave_progress_widget with null safety is not available! #
A customable wave progress widget
Preview #
How to use #
- Add this to your package's pubspec.yaml file:
dependencies:
wave_progress_widget_ns: ^1.0.0
- Add this import to your dart file:
import 'package:wave_progress_widget_ns/wave_progress.dart';
- 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.