Skip to content

Commit a395732

Browse files
authored
docs: update README.md and add more badges
2 parents bdd8146 + f1eb3fc commit a395732

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Audio Player Service
22

3+
<div align="center">
4+
5+
[![audio_player_service][build_status_badge]][workflow_link]
6+
![coverage][coverage_badge]
37
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
48
[![Powered by Mason](https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge)](https://github.com/felangel/mason)
59
[![License: MIT][license_badge]][license_link]
610

11+
</div>
12+
713
This service wraps the [just_audio][just_audio_link] and provides secure usage of the plugin by handling exceptions.
814

915
## Installation 💻
@@ -61,6 +67,9 @@ open coverage/index.html
6167
```
6268

6369
[just_audio_link]: https://github.com/ryanheise/just_audio
70+
[workflow_link]: https://github.com/BBKDevelopment/Audio-Player-Service/actions/workflows/main.yaml
71+
[build_status_badge]: https://github.com/BBKDevelopment/Audio-Player-Service/actions/workflows/main.yaml/badge.svg
72+
[coverage_badge]: coverage_badge.svg
6473
[flutter_install_link]: https://docs.flutter.dev/get-started/install
6574
[github_actions_link]: https://docs.github.com/en/actions/learn-github-actions
6675
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg

0 commit comments

Comments
 (0)