Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/studioidan/wave_progress
A custom wave progress widget
https://github.com/studioidan/wave_progress
Last synced: 2 months ago
JSON representation
A custom wave progress widget
- Host: GitHub
- URL: https://github.com/studioidan/wave_progress
- Owner: studioidan
- License: other
- Created: 2018-08-28T12:19:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T06:02:01.000Z (about 6 years ago)
- Last Synced: 2024-08-03T17:10:21.962Z (6 months ago)
- Language: Dart
- Size: 10.6 MB
- Stars: 43
- Watchers: 2
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flutter - Flutter Wave Progress
README
# wave_progress_widget
>A customable wave progress widget
## Preview
# How to use
1. Add this to your package's pubspec.yaml file:````dart
dependencies:
wave_progress_widget: ^0.0.1
````
2. Add this import to your dart file:````dart
import 'package:wave_progress_widget/wave_progress.dart';
````3. Just add WaveProgress wherever you want!
you can customise it's border and fill color too!
````dart
WaveProgress(180.0, Colors.blue, Colors.blueAccent, _progress)
````
## Getting StartedFor help getting started with Flutter, view our online [documentation](https://flutter.io/).
For help on editing package code, view the [documentation](https://flutter.io/developing-packages/).