flutter_use icon indicating copy to clipboard operation
flutter_use copied to clipboard

fix: update dependency just_audio to ^0.10.0

Open renovate[bot] opened this issue 9 months ago • 0 comments

This PR contains the following updates:

Package Type Update Change
just_audio (source) dependencies minor ^0.9.28 -> ^0.10.0

Release Notes

ryanheise/just_audio (just_audio)

v0.10.2

Compare Source

  • Add Player.playerEvent.
  • Fix playing/playbackEvent emission order.
  • Fix rxdart errors on lower bound rxdart 0.26.0.
  • Fix MissingPluginException in dispose on iOS.

v0.10.1

Compare Source

  • Fix unhandled PlayerInterruptedException.
  • Fix duplicate load in active state.
  • Synchronize playlist API calls.
  • Improve position accuracy over Bluetooth on Android.

v0.10.0

Compare Source

  • New playlist API.
  • Deprecate ConcatenatingAudioSource - use playlist API instead.
  • Deprecate LoopingAudioSource - Use List.filled(N, source) instead.
  • Replace playbackEventStream.onError by errorStream.
  • Add errorCode/errorMessage to PlaybackEvent.
  • Add maxSkipsOnError constructor parameter.
  • Fix conversion between milliBel and deciBel (@​Chaphasilor).
  • Bump min flutter version to 3.27.0, AGP to 8.5.2.

Configuration

📅 Schedule: Branch creation - "before 10am on monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar May 11 '25 15:05 renovate[bot]