David PHAM-VAN

Add codecov.io badge

... ... @@ -16,3 +16,7 @@ script:
- make analyze-ci-printing
- make test
- make test-readme
- bash <(curl -s https://codecov.io/bash)
cache:
directories:
- $HOME/.pub-cache
... ...
# Pdf for Dart and Flutter
[![Build Status](https://travis-ci.org/DavBfr/dart_pdf.svg?branch=master)](https://travis-ci.org/DavBfr/dart_pdf)
[![pub package](https://img.shields.io/pub/v/pdf.svg)](https://pub.dartlang.org/packages/provider)
[![pub package](https://img.shields.io/pub/v/printing.svg)](https://pub.dartlang.org/packages/provider)
[![codecov](https://codecov.io/gh/DavBfr/dart_pdf/branch/master/graph/badge.svg)](https://codecov.io/gh/DavBfr/dart_pdf)
This set of plugins allows Flutter apps to generate and print pdf files to the device printer. This plugin works for iOS and Android.
... ...