Skip to content

Commit

Permalink
docs: add shields.io badges (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsto authored Sep 23, 2024
2 parents 02de2e3 + bcf8840 commit b978814
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@
<h1 align="center">EVVA Flutter Plugin</h1>
</p>

<p align="center">
<a href="https://pub.dev/packages/abrevva">
<img alt="Pub Version" src="https://img.shields.io/pub/v/abrevva"></a>
<a href="https://pub.dev/packages/abrevva">
<img alt="Pub Points" src="https://img.shields.io/pub/points/abrevva"></a>
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/evva-sfw/abrevva-flutter">
<a href="https://github.com/evva-sfw/abrevva-flutter/actions"><img alt="GitHub branch check runs" src="https://img.shields.io/github/check-runs/evva-sfw/abrevva-flutter/main"></a>
<a href="LICENSE"><img src="https://img.shields.io/badge/license-EVVA_License-yellow.svg?color=fce500&logo=data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0MCIgaGVpZ2h0PSIxMDI0IiB2aWV3Qm94PSIwIDAgNjQwIDEwMjQiPgo8ZyBpZD0iaWNvbW9vbi1pZ25vcmUiPgo8L2c+CjxwYXRoIGZpbGw9IiNmY2U1MDAiIGQ9Ik02MjIuNDIzIDUxMS40NDhsLTMzMS43NDYtNDY0LjU1MmgtMjg4LjE1N2wzMjkuODI1IDQ2NC41NTItMzI5LjgyNSA0NjYuNjY0aDI3NS42MTJ6Ij48L3BhdGg+Cjwvc3ZnPgo=" alt="EVVA License"></a>
</p>

The EVVA Flutter Module is a collection of tools to work with electronical EVVA access components. It allows for scanning and connecting via BLE.
The EVVA Flutter Plugin is a collection of tools to work with electronical EVVA access components. It allows for scanning and connecting via BLE.

- [Features](#features)
- [Requirements](#requirements)
Expand Down Expand Up @@ -82,4 +91,4 @@ const status = await AbrevvaBle.disengage(
'mobileAccessData',
false,
);
```
```

0 comments on commit b978814

Please sign in to comment.