From fcfef6edbeee5912913c94707c40f631f34298c1 Mon Sep 17 00:00:00 2001 From: Clueless Date: Thu, 16 Aug 2018 20:24:13 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c362f15..a7ee0c8 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,7 @@ ### August 8 Notes - Added Connectivity, to ensure that if a user has no internet connection, it will give a toast that it has no internet connection - Added Images for the Event. Still under construction. Please bear with my effort. + +### August 15 Notes +-Added Flutter Bluetooth just to test out the connection of the beacon. +-Reinvent the architecture for enabling beacon, I should minimize the usage of SetState method.