From 6af3c1b1df2dd31caec4136540b660c54555be5b Mon Sep 17 00:00:00 2001 From: Allan Clempe Date: Mon, 26 Jul 2021 20:19:45 +1000 Subject: [PATCH] updated release notes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c9ff10..5295303 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A digital wallet app, developed in dart language and flutter framework. The idea ### What's being used - Built in [Flutter](https://flutter.dev/docs/get-started/install) framework -- [Google ML Vision](https://firebase.google.com/docs/ml-kit) for QRCode scan. +- [QR code scanner](https://github.com/juliuscanute/qr_code_scanner) to scan addresses - [Web3Dart](https://github.com/simolus3/web3dart) to interact with Ethereum blockchain - [Flutter hooks](https://github.com/rrousselGit/flutter_hooks) to manage widget life-cycle.