Skip to content

Commit

Permalink
docs: Fix repos and homepages on pubspecs (#1349)
Browse files Browse the repository at this point in the history
* Fix repos and homepages on pubspecs

* Fix build status link on REAMDE
  • Loading branch information
luanpotter authored Dec 21, 2022
1 parent 1a410bb commit 0bdde4d
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
3 changes: 2 additions & 1 deletion packages/audioplayers/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 2 additions & 1 deletion packages/audioplayers_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 2 additions & 1 deletion packages/audioplayers_darwin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 2 additions & 1 deletion packages/audioplayers_linux/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 2 additions & 1 deletion packages/audioplayers_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 2 additions & 1 deletion packages/audioplayers_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 2 additions & 1 deletion packages/audioplayers_windows/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 0bdde4d

Please sign in to comment.