Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add alt text to images #28

Merged
merged 1 commit into from
May 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 25 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,25 @@

<p align="center">
<a title="Pub" href="https://pub.dev/packages/gamepads">
<img src="https://img.shields.io/pub/v/gamepads.svg?style=popout&include_prereleases"/>
<img
src="https://img.shields.io/pub/v/gamepads.svg?style=popout&include_prereleases"
alt="Badge for latest release"
/>
</a>
<a title="Build Status" href="https://github.com/flame-engine/gamepads/actions?query=workflow%3Acicd+branch%3Amain">
<img src="https://github.com/flame-engine/gamepads/workflows/cicd/badge.svg?branch=main"/>
<img
src="https://github.com/flame-engine/gamepads/workflows/cicd/badge.svg?branch=main"
alt="Badge for build status"
/>
</a>
<a title="Discord" href="https://discord.gg/pxrBmy4">
<img src="https://img.shields.io/discord/509714518008528896.svg"/>
<img src="https://img.shields.io/discord/509714518008528896.svg" alt="Badge for Discord server"/>
</a>
<a title="Melos" href="https://github.com/invertase/melos">
<img src="https://img.shields.io/badge/maintained%20with-melos-f700ff.svg"/>
<img
src="https://img.shields.io/badge/maintained%20with-melos-f700ff.svg"
alt="Badge showing that Melos is used"
/>
</a>
</p>

Expand All @@ -26,7 +35,7 @@
Gamepads is a Flutter plugin to handle gamepad (or joystick) input across multiple platforms.

It supports multiple simultaneously connected gamepads, and will automatically detect and listen to
new connections.
new connections.


## Getting Started
Expand Down Expand Up @@ -94,7 +103,11 @@ The simplest way to show us your support is by giving the project a star! :star:
If you want, you can also support us monetarily by donating through OpenCollective:

<a href="https://opencollective.com/blue-fire/donate" target="_blank">
<img src="https://opencollective.com/blue-fire/donate/[email protected]?color=blue" width=200 />
<img
src="https://opencollective.com/blue-fire/donate/[email protected]?color=blue"
width=200
alt="Open Collective donate button"
/>
</a>

Through GitHub Sponsors:
Expand All @@ -103,11 +116,16 @@ Through GitHub Sponsors:
<img
src="https://img.shields.io/badge/Github%20Sponsor-blue?style=for-the-badge&logo=github&logoColor=white"
width=200
alt="GitHub Sponsor button"
/>
</a>

Or by becoming a patron on Patreon:

<a href="https://www.patreon.com/bluefireoss" target="_blank">
<img src="https://c5.patreon.com/external/logo/become_a_patron_button.png" width=200 />
<img
src="https://c5.patreon.com/external/logo/become_a_patron_button.png"
width=200
alt="Patreon donate button"
/>
</a>
Loading