Skip to content

Bump audioplayers from 3.0.1 to 4.0.0 in /game_template - #107

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/game_template/audioplayers-4.0.0
Closed

Bump audioplayers from 3.0.1 to 4.0.0 in /game_template#107
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/game_template/audioplayers-4.0.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubApr 12, 2023

Copy link
Copy Markdown

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)
  • BREAKINGREFACTOR: prevent from confusing and conflicting class names (#1465). (7cdb8586)
  • BREAKINGREFACTOR: improve separation of global audioplayer interface (#1443). (c0b3f85c)
  • BREAKINGFEAT: event channel (#1352). (c9fd6a76)
  • BREAKINGFEAT: expose classes of package audioplayers_platform_interface (#1442). (a6f89be1)
Migration instructions
BeforeAfter
deprecated AudioPlayer.global.changeLogLevel(LogLevel.info)AudioLogger.logLevel = AudioLogLevel.info
deprecated AudioPlayer.global.logLevelAudioLogger.logLevel
deprecated AudioPlayer.global.log()AudioLogger.log() or AudioLogger.error()
deprecated AudioPlayer.global.info()AudioLogger.log()
deprecated AudioPlayer.global.error()AudioLogger.error()
GlobalPlatformInterfaceGlobalAudioScope
deprecated AudioPlayer.global.setGlobalAudioContext()AudioPlayer.global.setAudioContext()
ForPlayer<>removed

audioplayers_android - v3.0.0

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)
  • BREAKINGFEAT: 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>
@dependabotdependabotBot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Apr 12, 2023
@dependabot@github

dependabotBot commented on behalf of githubApr 13, 2023

Copy link
Copy Markdown
Author

Superseded by #109.

@dependabotdependabotBot closed this Apr 13, 2023
@dependabot
dependabotBot deleted the dependabot/pub/game_template/audioplayers-4.0.0 branch April 13, 2023 03:10
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dartPull requests that update Dart codedependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants