Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump audioplayers from 3.0.1 to 4.0.0 in /game_template #107

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 12, 2023

Bumps audioplayers from 3.0.1 to 4.0.0.

Changelog

Sourced from audioplayers's changelog.

audioplayers - v4.0.0

  • FIX(android): Avoid calling onDuration on position event (closes #136) (#1460). (6cfb3753)
  • FEAT: replace Platform.isX with defaultTargetPlatform (#1446). (6cd5656c)
  • FEAT(example): add invalid asset, small refactor, colored source buttons (#1445). (92a20fad)
  • FEAT(android): add setBalance (#58) (#1444). (3b5de50e)
  • FEAT: extract AudioContext from audio_context_config (#1440). (e59c3b9f)
  • FEAT(ios): set player context globally on setAudioContext for iOS only (#1416). (19af364b)
  • FEAT(example): update app icons (#1417). (ac35df89)
  • FEAT: AudioPool (moved and improved from flame_audio) (#1403). (ab15cb02)
  • DOCS: update AudioCache explanation, migration guide, replace package READMEs (#1457). (b8eb1974)
  • DOCS: update example app and screenshots (#1419). (c48eaf38)
  • BREAKING REFACTOR: prevent from confusing and conflicting class names (#1465). (7cdb8586)
  • BREAKING REFACTOR: improve separation of global audioplayer interface (#1443). (c0b3f85c)
  • BREAKING FEAT: event channel (#1352). (c9fd6a76)
  • BREAKING FEAT: expose classes of package audioplayers_platform_interface (#1442). (a6f89be1)
Migration instructions
Before After
deprecated AudioPlayer.global.changeLogLevel(LogLevel.info) AudioLogger.logLevel = AudioLogLevel.info
deprecated AudioPlayer.global.logLevel AudioLogger.logLevel
deprecated AudioPlayer.global.log() AudioLogger.log() or AudioLogger.error()
deprecated AudioPlayer.global.info() AudioLogger.log()
deprecated AudioPlayer.global.error() AudioLogger.error()
GlobalPlatformInterface GlobalAudioScope
deprecated AudioPlayer.global.setGlobalAudioContext() AudioPlayer.global.setAudioContext()
ForPlayer<> removed

audioplayers_android - v3.0.0

  • FIX(android): Avoid calling onDuration on position event (closes #136) (#1460). (6cfb3753)
  • FIX(android): reset prepared state on player error (#1425). (6f24c8f5)
  • FEAT(android): add setBalance (#58) (#1444). (3b5de50e)
  • DOCS: update AudioCache explanation, migration guide, replace package READMEs (#1457). (b8eb1974)
  • BREAKING FEAT: event channel (#1352). (c9fd6a76)

audioplayers_darwin - v4.0.0

  • FIX(iOS): Default to speaker instead of earpiece on iOS (#1408). (4ea5907b)
  • FEAT(ios): set player context globally on setAudioContext for iOS only (#1416). (19af364b)
  • DOCS: update AudioCache explanation, migration guide, replace package READMEs (#1457). (b8eb1974)
  • BREAKING FEAT: event channel (#1352). (c9fd6a76)

audioplayers_linux - v2.0.0

  • FEAT(windows): show nuget download info explicitely in verbose mode (#1449). (136028fa)
  • DOCS: update AudioCache explanation, migration guide, replace package READMEs (#1457). (b8eb1974)
  • DOCS: Fix LICENSE files for windows and linux (#1431). (1f84e857)

... (truncated)

Commits
  • bf37366 chore(release): publish packages
  • 7cdb858 refactor!: prevent from confusing and conflicting class names (#1465)
  • b54a445 test: mock FileSystem, fix awaits, fix ConcurrentModificationException (#1462)
  • 6cfb375 fix(android): Avoid calling onDuration on position event (closes #136) (#1460)
  • 7ae70ff test: play non existent url (closes #92) (#1459)
  • b8eb197 docs: update AudioCache explanation, migration guide, replace package READMEs...
  • ee7fcfe test: fix await closing event controller (#1458)
  • 18bcec3 ci: move "Android unit tests" to test.yml, fix Android unit tests (#1455)
  • 8babb0e chore: Upgrade minimum Dart & Flutter versions (#1454)
  • c9fd6a7 feat!: event channel (#1352)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [audioplayers](https://github.com/bluefireteam/audioplayers/tree/master/packages) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/bluefireteam/audioplayers/releases)
- [Changelog](https://github.com/bluefireteam/audioplayers/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bluefireteam/audioplayers/commits/audioplayers-v4.0.0/packages)

---
updated-dependencies:
- dependency-name: audioplayers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Apr 12, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 13, 2023

Superseded by #109.

@dependabot dependabot bot closed this Apr 13, 2023
@dependabot dependabot bot deleted the dependabot/pub/game_template/audioplayers-4.0.0 branch April 13, 2023 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants