From 40b84b21be2a1748bb608fe43205bcacee2c1597 Mon Sep 17 00:00:00 2001
From: rujinDev <71916379+rujin2003@users.noreply.github.com>
Date: Mon, 20 Oct 2025 21:16:40 +0545
Subject: [PATCH] fix: updated readme
Updated features list, added dependencies, and modified running instructions.
---
README.md | 27 ++++++++++++---------------
1 file changed, 12 insertions(+), 15 deletions(-)
diff --git a/README.md b/README.md
index 885aecb..8403051 100644
--- a/README.md
+++ b/README.md
@@ -83,30 +83,26 @@ This project follows MVVM architecture patterns and Flutter best practices. The
## Features
-- [ ] < feature >
-- [ ] < feature >
-- [ ] < feature >
-- [ ] < feature >
+- [x] **Drag and Drop Interface**: Drag widgets from the left sidebar onto the design canvas
+- [x] **Visual Widget Library**: Pre-built widgets including Row, Column, Scaffold, Text, Container, and Card
+- [x] **Properties Panel**: Edit widget properties in real-time with color picker support
+- [x] **Device Preview**: Preview your design on different device sizes and orientations
+- [x] **Widget Tree Visualization**: View and manage the hierarchical structure of your widgets
+- [x] **Import/Export Functionality**: Import and export design files and generated code
+- [x] **Theme Management**: Customize app themes with color schemes and typography
+- [x] **Code Generation**: Generate Flutter code from your visual designs
## Dependencies
- - < dependency >
- - < dependency >
+ - **flutter_gimplese**: Core dependency for the Flutter SDUI Designer
## Running
-
-< directions to install >
-```bash
-< insert code >
-```
-
-< directions to execute >
-
```bash
-< insert code >
+pub add flutter_glimpse
+flutter run
```
## Contributors
@@ -143,6 +139,7 @@ This project follows MVVM architecture patterns and Flutter best practices. The
+
Made with ❤ by GDSC-VIT