From c8bf84b365de52be19918c2d9b0f2d1f00dcf32a Mon Sep 17 00:00:00 2001
From: Nialixus
Date: Tue, 28 May 2024 16:13:25 +0700
Subject: [PATCH] update readme
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index feeab3f..ada0590 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,8 @@
# Api BLoC
-
-
+[![Pub Version](https://img.shields.io/pub/v/api_bloc.svg?logo=flutter&color=blue&style=flat-square)](https://pub.dev/packages/api_bloc)
+[![Coverage](https://img.shields.io/badge/coverage-100%25-green.svg)](https://codecov.io/gh/Nialixus/api_bloc)
A Flutter library for managing Rest API calls using the BLoC pattern. This library provides a set of classes and utilities to simplify API calls and manage state changes.