Skip to content

Commit fde7111

Browse files
committed
Update README & funding URL
1 parent f435f5c commit fde7111

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
custom: ['https://www.buymeacoffee.com/alexmercerind']
1+
custom: ['https://www.paypal.me/alexmercerind']

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,11 @@ Add in your `pubspec.yaml`.
1111
```yaml
1212
dependencies:
1313
...
14-
flutter_media_metadata: ^0.1.1
14+
flutter_media_metadata: ^0.1.2
1515
```
1616
1717
Issues are maintained [here](https://github.com/alexmercerind/harmonoid).
1818
19-
## Support
20-
21-
Consider supporting the project by starring the repository or buying me a coffee.
22-
23-
<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>
24-
2519
## Example
2620
2721
```dart
@@ -46,11 +40,13 @@ Uint8List? albumArt = metadata.albumArt;
4640

4741
## Platforms
4842

49-
|Platform|Status |
50-
|--------|-----------|
51-
|Android |Working |
52-
|Linux |Working |
53-
|Windows |Working |
43+
|Platform|Status |Author/Maintainer |
44+
|--------|---------------|--------------------------------------------------------------|
45+
|Windows |Working |[Hitesh Kumar Saini](https://github.com/alexmercerind) |
46+
|Linux |Working |[Hitesh Kumar Saini](https://github.com/alexmercerind) |
47+
|Android |Working |[Hitesh Kumar Saini](https://github.com/alexmercerind) |
48+
|iOS |Working |[@DiscombobulatedDrag](https://github.com/DiscombobulatedDrag)|
49+
|MacOS |Not Working |[N/A](#) |
5450

5551
<table>
5652
<tr>

0 commit comments

Comments
 (0)