Skip to content

Commit 1be86db

Browse files
committed
added test badge to readme
1 parent b68aead commit 1be86db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Easy Shared Preferences
22

3-
[![Pub Publisher](https://img.shields.io/pub/publisher/easy_shared_preferences?style=flat-square)](https://pub.dev/publishers/zeyus.com/packages) [![Pub Version](https://img.shields.io/pub/v/easy_shared_preferences)](https://pub.dev/packages/easy_shared_preferences) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
4-
[![Build Status](https://github.com/NexusDynamic/easy_shared_preferences/workflows/test-esp/badge.svg)](https://github.com/NexusDynamic/easy_shared_preferences/actions)
3+
[![Pub Publisher](https://img.shields.io/pub/publisher/easy_shared_preferences?style=flat-square)](https://pub.dev/publishers/zeyus.com/packages)
4+
[![Pub Version](https://img.shields.io/pub/v/easy_shared_preferences)](https://pub.dev/packages/easy_shared_preferences)
5+
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
6+
[![tests](https://github.com/NexusDynamic/easy_shared_preferences/actions/workflows/tests.yaml/badge.svg)](https://github.com/NexusDynamic/easy_shared_preferences/actions/workflows/tests.yaml)
57

68

79
A game or app settings oriented wrapper API for [shared_preferences](https://pub.dev/packages/shared_preferences) (with cache), type-safe settings framework for Flutter applications with automatic validation, change notifications, and modular design.

0 commit comments

Comments
 (0)