chewie_audio
An audio player for Flutter with Cupertino and Material play controls
1.5.0
35K downloads/mo
#1717 most downloaded on pub.dev
Sub6Resources/chewie_audio
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Ships fairly regularly
a new release about every 10 months
Most releases are documented
notes for 5 of 8 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
8 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
8 releases · Sep 2019 to May 2023Releases
latest 8-
1.5.013 May 2023Release notes
Open source →Merge pull request #22 from Sub6Resources/release/1.5.0
Prep for 1.5.0 release
-
1.4.012 May 2023 -
1.3.005 Jan 2022Release notes
Open source →-
⬆️ #599: Uniform controls. Thanks BuginRug.
Slight Breaking Change. Instead of:
typedef ChewieRoutePageBuilder = Widget Function( BuildContext context, Animation<double> animation, Animation<double> secondaryAnimation, _ChewieControllerProvider controllerProvider, );It is now:
typedef ChewieRoutePageBuilder = Widget Function( BuildContext context, Animation<double> animation, Animation<double> secondaryAnimation, ChewieControllerProvider controllerProvider, );TL;DR: We had to make
_ChewieControllerProviderpublic. -
🛠️ Fixed lint and formatting problems
-
Under New Management under the auspices of Flutter Community, and new maintainers diegotori and maherjaafar.
-
1.2.005 Mar 2021Release notes
Open source →- Merged in chewie 1.0.0
- Nullsafety support
- Fixed iOS "Duration called on null"
- Add animated play/pause
- Add playback speed control
- Other changes
- Merged in chewie 1.0.0
-
1.1.206 Feb 2021Nothing published for this version
-
1.1.122 Nov 2020Nothing published for this version
-
1.0.030 Sep 2019Release notes
Open source →Initial version of Chewie Audio, the audio player with a heart of gold.
Forked from https://github.com/brianegan/chewie
- Removed video components from Chewie to make an audio-only player.
Chewie Changelog
-
1.0.0+130 Sep 2019Nothing published for this version