Skip to content

Commit 7f44e3d

Browse files
committed
docs(readme): License and dart version badge
1 parent 526588a commit 7f44e3d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ A lightweight Dart library for dealing with physical quantities, units, and conv
44

55
Originally based on the [quantity](https://github.com/cooler-king/quantity) package by [cooler-king](https://github.com/cooler-king).
66

7-
[![pub package](https://img.shields.io/pub/v/physical.svg)](https://pub.dev/packages/physical) [![package:physical](https://github.com/nebkat/dart-physical/actions/workflows/physical.yml/badge.svg)](https://github.com/nebkat/dart-physical/actions/workflows/physical.yml) [![Coverage Status](https://coveralls.io/repos/github/nebkat/dart-physical/badge.svg)](https://coveralls.io/github/nebkat/dart-physical)
7+
![Dart version](https://img.shields.io/badge/Dart-3.3%2B-blue) [![License](https://img.shields.io/github/license/nebkat/dart-physical?cacheSeconds=3600&color=informational&label=License)](./LICENSE.md)
8+
9+
[![Pub package](https://img.shields.io/pub/v/physical.svg)](https://pub.dev/packages/physical) [![Build status](https://github.com/nebkat/dart-physical/actions/workflows/physical.yml/badge.svg)](https://github.com/nebkat/dart-physical/actions/workflows/physical.yml) [![Coverage status](https://coveralls.io/repos/github/nebkat/dart-physical/badge.svg)](https://coveralls.io/github/nebkat/dart-physical)
810

911
- Unit conversions (e.g. millimetres to inches)
1012
- Arithmetic operations (e.g. speed = distance / time)

0 commit comments

Comments
 (0)