From e9ac78f713a4d8a2baa1a27b3990242608015a28 Mon Sep 17 00:00:00 2001 From: TheJuliuscanute Date: Sat, 13 Jul 2019 15:01:06 +1000 Subject: [PATCH] add build status badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 68843e7..09332c5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # QR Code Scanner +[![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.