From 0525dc1c5559d596d2088fe75820103a98fc2f68 Mon Sep 17 00:00:00 2001 From: Dominik Spicher Date: Thu, 14 May 2020 14:25:04 +0200 Subject: [PATCH] Add GH actions badge to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c4a72f7..1811f00 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # QR Code Scanner +[![GH Actions](https://github.com/juliuscanute/qr_code_scanner/workflows/dart/badge.svg)](https://github.com/juliuscanute/qr_code_scanner/actions) [![Build Status](https://dev.azure.com/juliuscanute/spring/_apis/build/status/juliuscanute.qr_code_scanner?branchName=master)](https://dev.azure.com/juliuscanute/spring/_build/latest?definitionId=7&branchName=master) 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.