Closed nelsonic closed 1 year ago
At present of all our dart
repos: https://github.com/orgs/dwyl/repositories?language=dart only one of them has badges:
https://github.com/dwyl/flutter-bloc-tutorial
So that's what I'm using as the basis for the badges for this project.
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/dwyl/flutter-bloc-tutorial/ci.yml?label=build&style=flat-square&branch=main)
[![codecov.io](https://img.shields.io/codecov/c/github/dwyl/flutter-bloc-tutorial/main.svg?style=flat-square)](https://codecov.io/github/dwyl/flutter-bloc-tutorial?branch=main)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square)](https://github.com/dwyl/flutter-bloc-tutorial/issues)
[![HitCount](https://hits.dwyl.com/dwyl/flutter-bloc-tutorial.svg)](https://hits.dwyl.com/dwyl/flutter-bloc-tutorial)
And then our quotes
project has a badge for pub.dev
so borrowing that:
[![pub package](https://img.shields.io/pub/v/cid.svg?color=brightgreen&style=flat-square)](https://pub.dev/packages/cid)
Note: the package is currently published as dart_cid
for some reason ... meanwhile just cid
is available see: #10
At present the repo's
README.md
is lacking color:Todo