https://github.com/zonble/flutter_animated_play_button
Animated play button for Flutter.
https://github.com/zonble/flutter_animated_play_button
Last synced: 5 months ago
JSON representation
Animated play button for Flutter.
- Host: GitHub
- URL: https://github.com/zonble/flutter_animated_play_button
- Owner: zonble
- License: mit
- Created: 2019-05-09T16:51:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T17:58:17.000Z (over 1 year ago)
- Last Synced: 2023-12-04T18:42:37.077Z (over 1 year ago)
- Language: C++
- Homepage: https://zonble.github.io/flutter_animated_play_button/
- Size: 15.2 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# flutter_animated_play_button
The package contains only a Flutter widget, AnimatedPlayButton.
AnimatedPlayButton is a widget presenting several animating bars, which
represent we are playing an item such as a track or a playlist.It looks like:

An example built with Flutter Web is available at
[here](https://zonble.github.io/flutter_animated_play_button/).To use the widget, just creates an instance of it and place it into your Widget
tree. You can specify its `child` or `color` as well.You can ask the widget to start or stop animating anytime when you build the
widget.The package is derived from our app "KKBOX Kids".