wave_progress_widget 0.0.1 wave_progress_widget: ^0.0.1 copied to clipboard
A custom wave progress widget
wave_progress_widget #
A customable wave progress widget
Preview #
How to use #
- Add this to your package's pubspec.yaml file:
dependencies:
wave_progress_widget: ^0.0.1
- Add this import to your dart file:
import 'package:wave_progress_widget/wave_progress.dart';
- Select your favorite loader and add it as a widget! you can customise it however you like!
FlutterLoaders.pulse(
Icon(
Icons.android,
color: Colors.green,
size: 40.0,
),
Colors.green)
Getting Started #
For help getting started with Flutter, view our online documentation.
For help on editing package code, view the documentation.