Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nialixus committed May 28, 2024
1 parent 2d99c66 commit c8bf84b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
</p>

# Api BLoC
<a href='https://pub.dev/packages/api_bloc'><img src='https://img.shields.io/pub/v/api_bloc.svg?logo=flutter&color=blue&style=flat-square'/></a>
<a href='https://raw.githack.com/Nialixus/api_bloc/main/coverage/html/index.html'><img src='https://img.shields.io/badge/coverage-100%25-blue.svg' /></a>
[![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.

Expand Down

0 comments on commit c8bf84b

Please sign in to comment.