diff --git a/README.md b/README.md index 9f0cb1b5d..4abbd04f6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AudioPlayers -[![Pub](https://img.shields.io/pub/v/audioplayers.svg?style=popout&include_prereleases)](https://pub.dartlang.org/packages/audioplayers) [![Build Status](https://github.com/luanpotter/audioplayers/workflows/build/badge.svg?branch=main)](https://github.com/luanpotter/audioplayers/actions?query=workflow%3A"build"+branch%3Amain) [![Discord](https://img.shields.io/discord/509714518008528896.svg)](https://discord.gg/pxrBmy4) [![Melos](https://img.shields.io/badge/maintained%20with-melos-f700ff.svg)](https://github.com/invertase/melos) +[![Pub](https://img.shields.io/pub/v/audioplayers.svg?style=popout&include_prereleases)](https://pub.dartlang.org/packages/audioplayers) [![Build Status](https://github.com/bluefireteam/audioplayers/workflows/build/badge.svg?branch=main)](https://github.com/bluefireteam/audioplayers/actions?query=workflow%3A"build"+branch%3Amain) [![Discord](https://img.shields.io/discord/509714518008528896.svg)](https://discord.gg/pxrBmy4) [![Melos](https://img.shields.io/badge/maintained%20with-melos-f700ff.svg)](https://github.com/invertase/melos) A Flutter plugin to play multiple simultaneously audio files, works for Android, iOS, Linux, macOS, Windows, and web. diff --git a/packages/audioplayers/pubspec.yaml b/packages/audioplayers/pubspec.yaml index a5a55fa45..f444c3d92 100644 --- a/packages/audioplayers/pubspec.yaml +++ b/packages/audioplayers/pubspec.yaml @@ -1,7 +1,8 @@ name: audioplayers description: A Flutter plugin to play multiple audio files simultaneously version: 1.1.1 -homepage: https://github.com/luanpotter/audioplayers +homepage: https://github.com/bluefireteam/audioplayers +repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers flutter: plugin: diff --git a/packages/audioplayers_android/pubspec.yaml b/packages/audioplayers_android/pubspec.yaml index 17e9f783c..02d779cbc 100644 --- a/packages/audioplayers_android/pubspec.yaml +++ b/packages/audioplayers_android/pubspec.yaml @@ -1,7 +1,8 @@ name: audioplayers_android description: Android implementation of audioplayers, a Flutter plugin to play multiple audio files simultaneously version: 1.1.1 -homepage: https://github.com/luanpotter/audioplayers +homepage: https://github.com/bluefireteam/audioplayers +repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers_android flutter: plugin: diff --git a/packages/audioplayers_darwin/pubspec.yaml b/packages/audioplayers_darwin/pubspec.yaml index ce2aea3fd..03ba70948 100644 --- a/packages/audioplayers_darwin/pubspec.yaml +++ b/packages/audioplayers_darwin/pubspec.yaml @@ -1,7 +1,8 @@ name: audioplayers_darwin description: iOS and macOS implementation of audioplayers, a Flutter plugin to play multiple audio files simultaneously version: 1.0.3 -homepage: https://github.com/luanpotter/audioplayers +homepage: https://github.com/bluefireteam/audioplayers +repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers_darwin flutter: plugin: diff --git a/packages/audioplayers_linux/pubspec.yaml b/packages/audioplayers_linux/pubspec.yaml index 5fd42a15a..dbb7e06fd 100644 --- a/packages/audioplayers_linux/pubspec.yaml +++ b/packages/audioplayers_linux/pubspec.yaml @@ -1,7 +1,8 @@ name: audioplayers_linux description: Linux implementation of audioplayers, a Flutter plugin to play multiple audio files simultaneously version: 1.0.1 -homepage: https://github.com/luanpotter/audioplayers +homepage: https://github.com/bluefireteam/audioplayers +repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers_linux flutter: plugin: diff --git a/packages/audioplayers_platform_interface/pubspec.yaml b/packages/audioplayers_platform_interface/pubspec.yaml index 4e24aee9e..7ca28a3d0 100644 --- a/packages/audioplayers_platform_interface/pubspec.yaml +++ b/packages/audioplayers_platform_interface/pubspec.yaml @@ -1,7 +1,8 @@ name: audioplayers_platform_interface description: The platform interface for audioplayers, a Flutter plugin to play multiple audio files simultaneously version: 2.0.0 -homepage: https://github.com/luanpotter/audioplayers +homepage: https://github.com/bluefireteam/audioplayers +repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers_platform_interface dependencies: flutter: diff --git a/packages/audioplayers_web/pubspec.yaml b/packages/audioplayers_web/pubspec.yaml index 7693ce9dc..8d84223ab 100644 --- a/packages/audioplayers_web/pubspec.yaml +++ b/packages/audioplayers_web/pubspec.yaml @@ -1,7 +1,8 @@ name: audioplayers_web description: Web implementation of audioplayers, a Flutter plugin to play multiple audio files simultaneously version: 2.0.1 -homepage: https://github.com/luanpotter/audioplayers +homepage: https://github.com/bluefireteam/audioplayers +repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers_web flutter: plugin: diff --git a/packages/audioplayers_windows/pubspec.yaml b/packages/audioplayers_windows/pubspec.yaml index 58ddd4b6e..fd10d6b02 100644 --- a/packages/audioplayers_windows/pubspec.yaml +++ b/packages/audioplayers_windows/pubspec.yaml @@ -1,7 +1,8 @@ name: audioplayers_windows description: Windows implementation of audioplayers, a Flutter plugin to play multiple audio files simultaneously version: 1.1.0 -homepage: https://github.com/luanpotter/audioplayers +homepage: https://github.com/bluefireteam/audioplayers +repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers_windows flutter: plugin: diff --git a/troubleshooting.md b/troubleshooting.md index 56e2da26c..bcc334a3f 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -56,7 +56,7 @@ The remote URL must be accessible and not be a redirect. If it's not an audio fi **Warning**: If you are having any sort of build issues, you must read this first. -Our [CI](https://github.com/luanpotter/audioplayers/blob/master/.github/workflows/build.yaml) builds our example app using audioplayers for Android, iOS, Linux, macOS, Windows, and web. So if the build is passing, any build errors (from android/ios sdk, gradle, java, kotlin, cocoa pods, swift, flutter, etc) is not a global issue and likely is something on your setup. +Our [CI](https://github.com/bluefireteam/audioplayers/blob/master/.github/workflows/build.yaml) builds our example app using audioplayers for Android, iOS, Linux, macOS, Windows, and web. So if the build is passing, any build errors (from android/ios sdk, gradle, java, kotlin, cocoa pods, swift, flutter, etc) is not a global issue and likely is something on your setup. Before opening an issue, you **must** try these steps: @@ -91,7 +91,7 @@ Or on XCode you can add it as a capability; more details [here](https://develope ## Audio Stream Issues -One of the know reasons for streams not playing is that the stream is being gziped by the server, as described [here](https://github.com/luanpotter/audioplayers/issues/183). +One of the know reasons for streams not playing is that the stream is being gziped by the server, as described [here](https://github.com/bluefireteam/audioplayers/issues/183). ## Gapless Looping