From f4a5c0adb20c6e0a9d666224b9897169c9e76025 Mon Sep 17 00:00:00 2001 From: Nguyen Minh Dung <63831488+dungngminh@users.noreply.github.com> Date: Wed, 12 Jan 2022 02:04:30 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abf365c..37881c5 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Online Health Consultation Application built with Flutter for Client, ExpressJs ## Technology used -- Flutter GetX pattern, [GetX](https://pub.dev/packages/get) for state management. +- Flutter GetX pattern, [GetX](https://pub.dev/packages/get) for state management. (actually I want to use BLOC (Rx) but I only have 1 month to complete so I use Getx to do it faster. But GetX's build-in DI is so stupid) - Authentication and Authorization using JWT. - Backend using ExpressJs, MongoDB. - Realtime event using Socket.io.