From d1c117335ee4570ee27acc4f2bdf1515ca8c90a8 Mon Sep 17 00:00:00 2001 From: Julian Steenbakker Date: Tue, 6 Apr 2021 16:55:00 +0200 Subject: [PATCH] Update README.md doc: add badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5e9a69d..2713f6e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # QR Code Scanner + +[![pub package](https://img.shields.io/pub/v/qr_code_scanner?include_prereleases)](https://pub.dartlang.org/packages/qr_code_scanner) +[![Join the chat](https://img.shields.io/discord/829004904600961054)](https://discord.gg/aZujk84f6V) [![GH Actions](https://github.com/juliuscanute/qr_code_scanner/workflows/dart/badge.svg)](https://github.com/juliuscanute/qr_code_scanner/actions) A QR code scanner that works on both iOS and Android by natively embedding the platform view within Flutter. The integration with Flutter is seamless, much better than jumping into a native Activity or a ViewController to perform the scan.