Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

chore(deps): bump audioplayers from 4.0.1 to 4.1.0#211

Merged
tsinis merged 6 commits into
mainfrom
dependabot/pub/audioplayers-4.1.0
May 30, 2023
Merged

chore(deps): bump audioplayers from 4.0.1 to 4.1.0#211
tsinis merged 6 commits into
mainfrom
dependabot/pub/audioplayers-4.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 29, 2023

Copy link
Copy Markdown
Contributor

Bumps audioplayers from 4.0.1 to 4.1.0.

Changelog

Sourced from audioplayers's changelog.

audioplayers - v4.1.0

  • REFACTOR: Adapt to flame_lint v0.2.0+2 (#1477). (e1d7fb6a)
  • FIX: Timeout on setting same source twice (#1520). (5d164d1f)
  • FIX: test and fix compatibility with min flutter version (#1510). (9f39e95f)
  • FIX: onPrepared event to wait until player is ready / finished loading the source (#1469). (50f56365)
  • FIX: rework dispose (#1480). (c64ef6d9)
  • FEAT: Adapt position update interval of darwin, linux, web (#1492). (ab5bdf6a)
  • DOCS: Improve docs (#1518). (4c0d5546)

audioplayers_android - v3.0.2

  • FIX(android): onComplete is not called when audio has completed playing (#1523). (293d6c0e)
  • FIX: Timeout on setting same source twice (#1520). (5d164d1f)
  • FIX: test and fix compatibility with min flutter version (#1510). (9f39e95f)
  • FIX(android): Add AGP 8 support with namespace property (#1514). (8d7b322e)
  • FIX: onPrepared event to wait until player is ready / finished loading the source (#1469). (50f56365)
  • FIX: rework dispose (#1480). (c64ef6d9)

audioplayers_darwin - v4.1.0

  • FIX: test and fix compatibility with min flutter version (#1510). (9f39e95f)
  • FIX: onPrepared event to wait until player is ready / finished loading the source (#1469). (50f56365)
  • FIX: rework dispose (#1480). (c64ef6d9)
  • FEAT: Adapt position update interval of darwin, linux, web (#1492). (ab5bdf6a)

audioplayers_linux - v2.1.0

  • FIX: Timeout on setting same source twice (#1520). (5d164d1f)
  • FIX: test and fix compatibility with min flutter version (#1510). (9f39e95f)
  • FIX: onPrepared event to wait until player is ready / finished loading the source (#1469). (50f56365)
  • FIX: rework dispose (#1480). (c64ef6d9)
  • FEAT: Adapt position update interval of darwin, linux, web (#1492). (ab5bdf6a)

audioplayers_platform_interface - v5.0.1

  • FIX: AudioEvent missing isPrepared logic (#1521). (1fa46c2c)
  • FIX: test and fix compatibility with min flutter version (#1510). (9f39e95f)
  • FIX: onPrepared event to wait until player is ready / finished loading the source (#1469). (50f56365)
  • FIX: rework dispose (#1480). (c64ef6d9)
  • DOCS: Improve doc for 'AudioContextConfig.respectSilence' (#1490) (#1500). (415dda3b)

audioplayers_web - v3.1.0

  • REFACTOR: Adapt to flame_lint v0.2.0+2 (#1477). (e1d7fb6a)
  • FIX: Timeout on setting same source twice (#1520). (5d164d1f)
  • FIX: test and fix compatibility with min flutter version (#1510). (9f39e95f)
  • FIX: AudioElement is not getting released correctly (#1516). (32210f34)
  • FIX: onPrepared event to wait until player is ready / finished loading the source (#1469). (50f56365)
  • FIX: rework dispose (#1480). (c64ef6d9)

... (truncated)

Commits
  • 4d5a229 chore(release): publish packages
  • 293d6c0 fix(android): onComplete is not called when audio has completed playing (#1...
  • 1fa46c2 fix: AudioEvent missing isPrepared logic (#1521)
  • 4c0d554 docs: Improve docs (#1518)
  • 5d164d1 fix: Timeout on setting same source twice (#1520)
  • 9f39e95 fix: test and fix compatibility with min flutter version (#1510)
  • 32210f3 fix: AudioElement is not getting released correctly (#1516)
  • 8d7b322 fix(android): Add AGP 8 support with namespace property (#1514)
  • 93dc2a5 test: Workaround for Linux timeout (#1507)
  • 415dda3 docs: Improve doc for 'AudioContextConfig.respectSilence' (#1490) (#1500)
  • 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 4.0.1 to 4.1.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.1.0/packages)

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

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 May 29, 2023
@dependabot dependabot Bot requested a review from tsinis May 29, 2023 20:04
@github-actions

This comment was marked as resolved.

@github-actions

github-actions Bot commented May 30, 2023

Copy link
Copy Markdown

Dart Code Metrics analyze report of colors_ai. ✅

Summary

  • Scanned folders: integration_test, lib, test

  • Total scanned files: 283

  • Total lines of source code: 3991

  • Total classes: 207

  • Average Cyclomatic Number per line of code: 0.25

  • Average Source Lines of Code per method: 6

  • Total tech debt: not found

  • Found issues: 0 ✅

@github-actions

github-actions Bot commented May 30, 2023

Copy link
Copy Markdown

Dart Code Metrics unused files report of colors_ai. ✅

Summary

  • Scanned package folders: lib, test, integration_test
  • No unused files found! ✅

@tsinis tsinis merged commit 7e616d5 into main May 30, 2023
@tsinis tsinis deleted the dependabot/pub/audioplayers-4.1.0 branch May 30, 2023 20:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

1 participant