From b059932b4041c04d32e24cdfdfb3d563bb285578 Mon Sep 17 00:00:00 2001 From: Marzbani Date: Fri, 4 Aug 2023 15:19:51 +0330 Subject: [PATCH] Readme file has been updated. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c4efb1..c7792ae 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # flutter_websocket_map -A new Flutter project. +This is a Sample implementation of WebSocket in Flutter with using Bloc and Cubit as state management and Get for Dependency injection. ## Getting Started Just use Flutter Pub get command -I used Block with Cubit as state management and Get for Dependency injection. \ No newline at end of file +I used Block with Cubit as state management and Get for Dependency injection. +