https://github.com/zonble/flutter_progressed_play_button
https://github.com/zonble/flutter_progressed_play_button
dart flutter flutter-widget
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zonble/flutter_progressed_play_button
- Owner: zonble
- License: mit
- Created: 2019-05-09T17:19:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T10:58:42.000Z (over 1 year ago)
- Last Synced: 2025-04-01T18:49:51.844Z (about 1 year ago)
- Topics: dart, flutter, flutter-widget
- Language: Dart
- Homepage: https://zonble.github.io/flutter_progressed_play_button/
- Size: 12.9 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# flutter_progressed_play_button
A simple Flutter widget that presents a "play button" with a progress drawn as
an arc around the icon.

An example built by Flutter Web is available at
[here](https://zonble.github.io/flutter_progressed_play_button/).
The widget has two state. You can decide to draw the progress or not by
specifying the [showProgress] property.
When you wan to show the progress, just set it to the [progress] property. The
values could range from 0.0 to 1.0.
The package is derived from our app "KKBOX Kids".