What this package is like to depend on
Last release 1 years ago
04 Jul 2025
Ships fairly regularly
a new release about every 6 weeks
Nearly every release is documented
notes for 9 of 9 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
9 releases · first in 2025
0 releases in the last 12 months
see the full history below
Release timeline
9 releases · Apr 2025 to Jul 2025
2026
Releases
latest 9-
0.0.904 Jul 2025 -
0.0.827 Apr 2025 -
0.0.727 Apr 2025 -
0.0.626 Apr 2025Release notes
Open source →変更点
- フェードイン再生とフェードアウト停止をサポート
Changes
- Added support for fade-in playback and fade-out stop.
-
0.0.526 Apr 2025Release notes
Open source →変更点
- デフォルトで使用するパッケージを
just_audioからaudioplayersに変更 - サンプルアプリを
audioplayersに合わせて修正
Changes
- Changed the default package from
just_audiotoaudioplayers. - Updated the sample app to align with
audioplayers.
- デフォルトで使用するパッケージを
-
0.0.405 Apr 2025Release notes
Open source →変更点
- メソッド
setVolumeをchangeVolumeに改名。 - AudioRepositoryインターフェースとAudioBoxクラスで実装メソッドの引数の型に違いがあった点を修正
Changes
- Renamed the method
setVolumetochangeVolume. - Fixed argument type inconsistencies between
AudioRepositoryinterface andAudioBoxclass.
- メソッド
-
0.0.305 Apr 2025Release notes
Open source →新機能
key引数の省略をサポートするように変更:stop,pause,resume,setVolume,changeSpeedなどのメソッドで、channelを指定していればkeyの指定は不要になります。channelもkeyも指定しない場合は、全プレイヤーに対して操作を行うようになりました。
互換性に関する注意
stop,pause,resume,setVolume,changeSpeedでkeyとchannelを同時指定するとArgumentErrorが発生します。どちらか一方を指定してください。
内部改善
AudioRepositoryのメソッドシグネチャを調整し、柔軟性を向上。- コードの可読性と堅牢性を強化。
New Features
- Added support for omitting the
keyargument:- If
channelis specified,keyis no longer required for methods likestop,pause,resume,setVolume, andchangeSpeed. - If neither
channelnorkeyis specified, operations will apply to all players.
- If
Compatibility Notes
- Specifying both
keyandchannelsimultaneously instop,pause,resume,setVolume, andchangeSpeedwill throw anArgumentError. Specify only one.
Internal Improvements
- Adjusted method signatures in
AudioRepositoryfor greater flexibility. - Improved code readability and robustness.
-
0.0.205 Apr 2025Release notes
Open source →変更点
- Rename: Fixed leftover references from
AudioKittoAudioBox.
Changes
- Rename: Fixed leftover references from
AudioKittoAudioBox.
- Rename: Fixed leftover references from
-
0.0.105 Apr 2025