Skip to content

Commit

Permalink
Update README & funding URL
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind committed Dec 4, 2021
1 parent f435f5c commit fde7111
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
custom: ['https://www.buymeacoffee.com/alexmercerind']
custom: ['https://www.paypal.me/alexmercerind']
20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<a href='https://www.buymeacoffee.com/alexmercerind'><img src='https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=alexmercerind&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff'></a>
## Example
```dart
Expand All @@ -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](#) |

<table>
<tr>
Expand Down

0 comments on commit fde7111

Please sign in to comment.