Skip to content

Commit bc4ca39

Browse files
authored
add standard markdown badges (dart-archive/native_synchronization#7)
1 parent 161490d commit bc4ca39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/native_synchronization/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[![Dart](https://github.com/dart-lang/native_synchronization/actions/workflows/dart.yaml/badge.svg)](https://github.com/dart-lang/native_synchronization/actions/workflows/dart.yaml)
2+
[![pub package](https://img.shields.io/pub/v/native_synchronization.svg)](https://pub.dev/packages/native_synchronization)
3+
[![package publisher](https://img.shields.io/pub/publisher/native_synchronization.svg)](https://pub.dev/packages/native_synchronization/publisher)
24

35
This package exposes a portable interface for low-level thread
46
synchronization primitives like `Mutex` and `ConditionVariable`.

0 commit comments

Comments
 (0)