diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index c77e784..a7430a3 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -custom: ['https://www.buymeacoffee.com/alexmercerind'] +custom: ['https://www.paypal.me/alexmercerind'] diff --git a/README.md b/README.md index a604777..e9c3c4c 100644 --- a/README.md +++ b/README.md @@ -11,17 +11,11 @@ Add in your `pubspec.yaml`. ```yaml dependencies: ... - flutter_media_metadata: ^0.1.1 + flutter_media_metadata: ^0.1.2 ``` Issues are maintained [here](https://github.com/alexmercerind/harmonoid). -## Support - -Consider supporting the project by starring the repository or buying me a coffee. - - - ## Example ```dart @@ -46,11 +40,13 @@ Uint8List? albumArt = metadata.albumArt; ## Platforms -|Platform|Status | -|--------|-----------| -|Android |Working | -|Linux |Working | -|Windows |Working | +|Platform|Status |Author/Maintainer | +|--------|---------------|--------------------------------------------------------------| +|Windows |Working |[Hitesh Kumar Saini](https://github.com/alexmercerind) | +|Linux |Working |[Hitesh Kumar Saini](https://github.com/alexmercerind) | +|Android |Working |[Hitesh Kumar Saini](https://github.com/alexmercerind) | +|iOS |Working |[@DiscombobulatedDrag](https://github.com/DiscombobulatedDrag)| +|MacOS |Not Working |[N/A](#) |