From 417d5fcae51378e2349577b32d1631cad3a7ea09 Mon Sep 17 00:00:00 2001 From: Manas Hejmadi | Developer <67999871+synapsecode@users.noreply.github.com> Date: Sun, 31 Aug 2025 23:05:46 +0530 Subject: [PATCH] Added Video Demos as Attachments --- doc/gsoc/2025/manas_hejmadi.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/gsoc/2025/manas_hejmadi.md b/doc/gsoc/2025/manas_hejmadi.md index 71fd5366..111e58b8 100644 --- a/doc/gsoc/2025/manas_hejmadi.md +++ b/doc/gsoc/2025/manas_hejmadi.md @@ -292,7 +292,8 @@ after some modifications using natural language, we can get it to look like this ### Additional Examples of Generated UI Components Here's the Entire Creation Flow -![Generated Widget](./images/demovid.gif) + +https://github.com/user-attachments/assets/a4074f28-2aaa-471a-b9bb-623d731b7515 #### Example 1 `GET` https://rickandmortyapi.com/api/character/[1,2,3,4,5,6,7] @@ -509,6 +510,7 @@ class SDUIWidget extends StatelessWidget { ] ``` Generated UI: + ![](./images/pincodetable.png) #### Example 4 @@ -552,7 +554,9 @@ Generated UI: ``` Generated UI: -Exported Source Code: https://pastebin.com/vf0mFvJr +https://github.com/user-attachments/assets/5ac6794e-c92d-41f3-9e6e-4ffa544827b1 + +Exported Source Code: [Link](https://pastebin.com/vf0mFvJr) #### Example 5 `GET` https://api.dictionaryapi.dev/api/v2/entries/en/flutter @@ -601,7 +605,9 @@ Exported Source Code: https://pastebin.com/vf0mFvJr ``` Generated UI: -Exported Source Code: https://pastebin.com/vdyXAjwm +https://github.com/user-attachments/assets/3f30c855-6a83-4172-bce4-4cd8ecf8c236 + +Exported Source Code: [Link](https://pastebin.com/vdyXAjwm) ---