From 8b53b41c19fbe11da12e25985908a957b298519d Mon Sep 17 00:00:00 2001 From: Sandeep Sarkar <152861071+sandy4242@users.noreply.github.com> Date: Sun, 21 Sep 2025 01:13:26 +0530 Subject: [PATCH 01/20] docs: add @may-tas as a contributor --- .all-contributorsrc | 28 ++++++++++++++++++++++++++++ README.md | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..679bb97c --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,28 @@ +{ + "projectName": "TextEditingApp", + "projectOwner": "may-tas", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": true, + "commitConvention": "angular", + "contributors": [ + { + "login": "may-tas", + "name": "Satyam Jha", + "avatar_url": "https://avatars.githubusercontent.com/u/135056339?v=4", + "profile": "https://github.com/may-tas", + "contributions": [ + "code", + "doc", + "maintenance", + "design" + ] + } + ], + "contributorsPerLine": 7, + "linkToUsage": true +} diff --git a/README.md b/README.md index 80dde445..5605e2ec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Text Editing App + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + This project provides an interactive user interface to control font properties such as font size, font family, font color, and font style. Built using Flutter and Bloc for state management, it ensures a modern, responsive, and smooth user experience. @@ -150,3 +153,34 @@ For questions or suggestions, feel free to contact: - **Author:** Satyam Jha - **Email:** satyamj210@gmail.com + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + + + + + + +
Satyam Jha
Satyam Jha

πŸ’» πŸ“– 🚧 🎨
+ + Add your contributions + +
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From ae2322318f7bbe2a4a7f623971238c8825f49aa6 Mon Sep 17 00:00:00 2001 From: Sandeep Sarkar <152861071+sandy4242@users.noreply.github.com> Date: Sun, 21 Sep 2025 01:13:29 +0530 Subject: [PATCH 02/20] docs: add @PearlGrell as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 679bb97c..3a1e2a7f 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -21,6 +21,15 @@ "maintenance", "design" ] + }, + { + "login": "PearlGrell", + "name": "Aryan Trivedi", + "avatar_url": "https://avatars.githubusercontent.com/u/185500672?v=4", + "profile": "https://github.com/PearlGrell", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 5605e2ec..33a1d588 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Text Editing App -[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-) This project provides an interactive user interface to control font properties such as font size, font family, font color, and font style. Built using Flutter and Bloc for state management, it ensures a modern, responsive, and smooth user experience. @@ -165,6 +165,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Satyam Jha
Satyam Jha

πŸ’» πŸ“– 🚧 🎨 + Aryan Trivedi
Aryan Trivedi

πŸ’» From 421dcc70b02aa3bc4a9d2c0c853253415f7a35e0 Mon Sep 17 00:00:00 2001 From: Sandeep Sarkar <152861071+sandy4242@users.noreply.github.com> Date: Sun, 21 Sep 2025 01:13:31 +0530 Subject: [PATCH 03/20] docs: add @MannemSumanaSri as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 3a1e2a7f..94f88d1f 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -30,6 +30,15 @@ "contributions": [ "code" ] + }, + { + "login": "MannemSumanaSri", + "name": "Mannem Sumana Sri", + "avatar_url": "https://avatars.githubusercontent.com/u/204357939?v=4", + "profile": "https://github.com/MannemSumanaSri", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 33a1d588..219fe94a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Text Editing App -[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-) This project provides an interactive user interface to control font properties such as font size, font family, font color, and font style. Built using Flutter and Bloc for state management, it ensures a modern, responsive, and smooth user experience. @@ -166,6 +166,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Satyam Jha
Satyam Jha

πŸ’» πŸ“– 🚧 🎨 Aryan Trivedi
Aryan Trivedi

πŸ’» + Mannem Sumana Sri
Mannem Sumana Sri

πŸ’» From 5832ec5e8c0971faed7504a4e4706ad1fb0f89c6 Mon Sep 17 00:00:00 2001 From: Sandeep Sarkar <152861071+sandy4242@users.noreply.github.com> Date: Sun, 21 Sep 2025 01:13:33 +0530 Subject: [PATCH 04/20] docs: add @Manar-Elhabbal7 as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 94f88d1f..ec5cb3b9 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -39,6 +39,15 @@ "contributions": [ "code" ] + }, + { + "login": "Manar-Elhabbal7", + "name": "Manar ELhabbal", + "avatar_url": "https://avatars.githubusercontent.com/u/172148857?v=4", + "profile": "https://github.com/Manar-Elhabbal7", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 219fe94a..579ab486 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Text Editing App -[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-) This project provides an interactive user interface to control font properties such as font size, font family, font color, and font style. Built using Flutter and Bloc for state management, it ensures a modern, responsive, and smooth user experience. @@ -167,6 +167,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Satyam Jha
Satyam Jha

πŸ’» πŸ“– 🚧 🎨 Aryan Trivedi
Aryan Trivedi

πŸ’» Mannem Sumana Sri
Mannem Sumana Sri

πŸ’» + Manar ELhabbal
Manar ELhabbal

πŸ’» From 3458d2cfd616bf62c1c7a3de7cde8470769c9741 Mon Sep 17 00:00:00 2001 From: Sandeep Sarkar <152861071+sandy4242@users.noreply.github.com> Date: Sun, 21 Sep 2025 01:13:35 +0530 Subject: [PATCH 05/20] docs: add @Atomic-Shadow7002 as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index ec5cb3b9..422c856f 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -48,6 +48,15 @@ "contributions": [ "code" ] + }, + { + "login": "Atomic-Shadow7002", + "name": "Abhishek Kumar Ray", + "avatar_url": "https://avatars.githubusercontent.com/u/191123414?v=4", + "profile": "https://github.com/Atomic-Shadow7002", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 579ab486..231bd7d7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Text Editing App -[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-) This project provides an interactive user interface to control font properties such as font size, font family, font color, and font style. Built using Flutter and Bloc for state management, it ensures a modern, responsive, and smooth user experience. @@ -168,6 +168,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Aryan Trivedi
Aryan Trivedi

πŸ’» Mannem Sumana Sri
Mannem Sumana Sri

πŸ’» Manar ELhabbal
Manar ELhabbal

πŸ’» + Abhishek Kumar Ray
Abhishek Kumar Ray

πŸ’» From bea616776f5141aa0cbde9321e60d6f915f9d674 Mon Sep 17 00:00:00 2001 From: Sandeep Sarkar <152861071+sandy4242@users.noreply.github.com> Date: Sun, 21 Sep 2025 01:13:38 +0530 Subject: [PATCH 06/20] docs: add @Elwin-p as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 422c856f..2040254e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -57,6 +57,15 @@ "contributions": [ "code" ] + }, + { + "login": "Elwin-p", + "name": "Elwin", + "avatar_url": "https://avatars.githubusercontent.com/u/150349344?v=4", + "profile": "https://github.com/Elwin-p", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 231bd7d7..45548c81 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Text Editing App -[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) This project provides an interactive user interface to control font properties such as font size, font family, font color, and font style. Built using Flutter and Bloc for state management, it ensures a modern, responsive, and smooth user experience. @@ -169,6 +169,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Mannem Sumana Sri
Mannem Sumana Sri

πŸ’» Manar ELhabbal
Manar ELhabbal

πŸ’» Abhishek Kumar Ray
Abhishek Kumar Ray

πŸ’» + Elwin
Elwin

πŸ’» From 3b3d7fcf613400d3a1f376be4755145fa43c7353 Mon Sep 17 00:00:00 2001 From: Sandeep Sarkar <152861071+sandy4242@users.noreply.github.com> Date: Sun, 21 Sep 2025 01:13:40 +0530 Subject: [PATCH 07/20] docs: add @preetidas60 as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 2040254e..65e98206 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -66,6 +66,15 @@ "contributions": [ "code" ] + }, + { + "login": "preetidas60", + "name": "Preeti Das", + "avatar_url": "https://avatars.githubusercontent.com/u/112088836?v=4", + "profile": "https://github.com/preetidas60", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 45548c81..8f6c1316 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Text Editing App -[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-) This project provides an interactive user interface to control font properties such as font size, font family, font color, and font style. Built using Flutter and Bloc for state management, it ensures a modern, responsive, and smooth user experience. @@ -170,6 +170,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Manar ELhabbal
Manar ELhabbal

πŸ’» Abhishek Kumar Ray
Abhishek Kumar Ray

πŸ’» Elwin
Elwin

πŸ’» + Preeti Das
Preeti Das

πŸ’» From 83fe45795d0eefc5524dd5b03ff171b11939b0d1 Mon Sep 17 00:00:00 2001 From: Sandeep Sarkar <152861071+sandy4242@users.noreply.github.com> Date: Sun, 21 Sep 2025 01:13:43 +0530 Subject: [PATCH 08/20] docs: add @AnanyaSingh456 as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 65e98206..5b45c52d 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -75,6 +75,15 @@ "contributions": [ "code" ] + }, + { + "login": "AnanyaSingh456", + "name": "Ananya Singh", + "avatar_url": "https://avatars.githubusercontent.com/u/184369984?v=4", + "profile": "https://github.com/AnanyaSingh456", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 8f6c1316..7cb64031 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Text Editing App -[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-) This project provides an interactive user interface to control font properties such as font size, font family, font color, and font style. Built using Flutter and Bloc for state management, it ensures a modern, responsive, and smooth user experience. @@ -172,6 +172,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Elwin
Elwin

πŸ’» Preeti Das
Preeti Das

πŸ’» + + Ananya Singh
Ananya Singh

πŸ’» + From f6d99cddbcd481ce6f84440d5250e8feb8c488ce Mon Sep 17 00:00:00 2001 From: Sandeep Sarkar <152861071+sandy4242@users.noreply.github.com> Date: Sun, 21 Sep 2025 01:13:45 +0530 Subject: [PATCH 09/20] docs: add @DMounas as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 5b45c52d..0ac5e398 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -84,6 +84,15 @@ "contributions": [ "code" ] + }, + { + "login": "DMounas", + "name": "DMounas", + "avatar_url": "https://avatars.githubusercontent.com/u/212203186?v=4", + "profile": "https://github.com/DMounas", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 7cb64031..ca56b1a7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Text Editing App -[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-) This project provides an interactive user interface to control font properties such as font size, font family, font color, and font style. Built using Flutter and Bloc for state management, it ensures a modern, responsive, and smooth user experience. @@ -174,6 +174,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Ananya Singh
Ananya Singh

πŸ’» + DMounas
DMounas

πŸ’» From 752b80379ba3021d0298f4d750ac7b95734ac677 Mon Sep 17 00:00:00 2001 From: Sandeep Sarkar <152861071+sandy4242@users.noreply.github.com> Date: Sun, 21 Sep 2025 01:13:47 +0530 Subject: [PATCH 10/20] docs: add @debasmitaas as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 0ac5e398..f1238d86 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -93,6 +93,15 @@ "contributions": [ "code" ] + }, + { + "login": "debasmitaas", + "name": "Debasmita C", + "avatar_url": "https://avatars.githubusercontent.com/u/189460298?v=4", + "profile": "https://debasmitas-portfolio.netlify.app/", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index ca56b1a7..df1cd01a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Text Editing App -[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors-) This project provides an interactive user interface to control font properties such as font size, font family, font color, and font style. Built using Flutter and Bloc for state management, it ensures a modern, responsive, and smooth user experience. @@ -175,6 +175,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Ananya Singh
Ananya Singh

πŸ’» DMounas
DMounas

πŸ’» + Debasmita C
Debasmita C

πŸ’» From 559c271e35030685f6bf5c1581cf20a600378674 Mon Sep 17 00:00:00 2001 From: Sandeep Sarkar <152861071+sandy4242@users.noreply.github.com> Date: Sun, 21 Sep 2025 01:13:49 +0530 Subject: [PATCH 11/20] docs: add @GauriRocksies as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index f1238d86..6f9a7eb9 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -102,6 +102,15 @@ "contributions": [ "code" ] + }, + { + "login": "GauriRocksies", + "name": "GAURI", + "avatar_url": "https://avatars.githubusercontent.com/u/178488305?v=4", + "profile": "https://github.com/GauriRocksies", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index df1cd01a..af33a50d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Text Editing App -[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors-) This project provides an interactive user interface to control font properties such as font size, font family, font color, and font style. Built using Flutter and Bloc for state management, it ensures a modern, responsive, and smooth user experience. @@ -176,6 +176,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Ananya Singh
Ananya Singh

πŸ’» DMounas
DMounas

πŸ’» Debasmita C
Debasmita C

πŸ’» + GAURI
GAURI

πŸ’» From 4c765540f2cd66fe4fd3f4ad645bc78a574b28a3 Mon Sep 17 00:00:00 2001 From: Sandeep Sarkar <152861071+sandy4242@users.noreply.github.com> Date: Sun, 21 Sep 2025 01:13:52 +0530 Subject: [PATCH 12/20] docs: add @Rishi-1512 as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 6f9a7eb9..60814228 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -111,6 +111,15 @@ "contributions": [ "code" ] + }, + { + "login": "Rishi-1512", + "name": "Ritam Sen", + "avatar_url": "https://avatars.githubusercontent.com/u/122536214?v=4", + "profile": "https://github.com/Rishi-1512", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index af33a50d..24cad3d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Text Editing App -[![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-) This project provides an interactive user interface to control font properties such as font size, font family, font color, and font style. Built using Flutter and Bloc for state management, it ensures a modern, responsive, and smooth user experience. @@ -177,6 +177,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d DMounas
DMounas

πŸ’» Debasmita C
Debasmita C

πŸ’» GAURI
GAURI

πŸ’» + Ritam Sen
Ritam Sen

πŸ’» From d19fbab92d172c4f10231ec331535b1b2a88e45b Mon Sep 17 00:00:00 2001 From: Sandeep Sarkar <152861071+sandy4242@users.noreply.github.com> Date: Sun, 21 Sep 2025 01:13:54 +0530 Subject: [PATCH 13/20] docs: add @Rudraksha-git as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 60814228..638e3153 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -120,6 +120,15 @@ "contributions": [ "code" ] + }, + { + "login": "Rudraksha-git", + "name": "Rudraksha kumar", + "avatar_url": "https://avatars.githubusercontent.com/u/175207612?v=4", + "profile": "https://github.com/Rudraksha-git", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 24cad3d5..6f8176ec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Text Editing App -[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-) This project provides an interactive user interface to control font properties such as font size, font family, font color, and font style. Built using Flutter and Bloc for state management, it ensures a modern, responsive, and smooth user experience. @@ -178,6 +178,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Debasmita C
Debasmita C

πŸ’» GAURI
GAURI

πŸ’» Ritam Sen
Ritam Sen

πŸ’» + Rudraksha kumar
Rudraksha kumar

πŸ’» From 672bd9558b0c06cb81731f68d6734b5b12700e43 Mon Sep 17 00:00:00 2001 From: Sandeep Sarkar <152861071+sandy4242@users.noreply.github.com> Date: Sun, 21 Sep 2025 01:13:56 +0530 Subject: [PATCH 14/20] docs: add @zxnb01 as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 638e3153..f6cd5bba 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -129,6 +129,15 @@ "contributions": [ "code" ] + }, + { + "login": "zxnb01", + "name": "Shaik Zainab", + "avatar_url": "https://avatars.githubusercontent.com/u/141150925?v=4", + "profile": "https://github.com/zxnb01", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 6f8176ec..1403dd25 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Text Editing App -[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-14-orange.svg?style=flat-square)](#contributors-) This project provides an interactive user interface to control font properties such as font size, font family, font color, and font style. Built using Flutter and Bloc for state management, it ensures a modern, responsive, and smooth user experience. @@ -179,6 +179,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d GAURI
GAURI

πŸ’» Ritam Sen
Ritam Sen

πŸ’» Rudraksha kumar
Rudraksha kumar

πŸ’» + Shaik Zainab
Shaik Zainab

πŸ’» From 011dcfada11eec93c36e20a98cb5ac3e7eb728cc Mon Sep 17 00:00:00 2001 From: Sandeep Sarkar <152861071+sandy4242@users.noreply.github.com> Date: Sun, 21 Sep 2025 01:13:58 +0530 Subject: [PATCH 15/20] docs: add @ishita051 as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index f6cd5bba..8ce23991 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -138,6 +138,15 @@ "contributions": [ "code" ] + }, + { + "login": "ishita051", + "name": "Ishita Srivastava | Contributor", + "avatar_url": "https://avatars.githubusercontent.com/u/183702036?v=4", + "profile": "https://github.com/ishita051", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 1403dd25..2c199df7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Text Editing App -[![All Contributors](https://img.shields.io/badge/all_contributors-14-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-) This project provides an interactive user interface to control font properties such as font size, font family, font color, and font style. Built using Flutter and Bloc for state management, it ensures a modern, responsive, and smooth user experience. @@ -181,6 +181,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Rudraksha kumar
Rudraksha kumar

πŸ’» Shaik Zainab
Shaik Zainab

πŸ’» + + Ishita Srivastava | Contributor
Ishita Srivastava | Contributor

πŸ’» + From 36db95c6a6f2cfbf35e6debb77ac75d8a0449390 Mon Sep 17 00:00:00 2001 From: Sandeep Sarkar <152861071+sandy4242@users.noreply.github.com> Date: Sun, 21 Sep 2025 01:14:00 +0530 Subject: [PATCH 16/20] docs: add @pranayshl as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 8ce23991..4409b391 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -147,6 +147,15 @@ "contributions": [ "code" ] + }, + { + "login": "pranayshl", + "name": "pranayshl", + "avatar_url": "https://avatars.githubusercontent.com/u/163889726?v=4", + "profile": "https://github.com/pranayshl", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 2c199df7..b88d9afb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Text Editing App -[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square)](#contributors-) This project provides an interactive user interface to control font properties such as font size, font family, font color, and font style. Built using Flutter and Bloc for state management, it ensures a modern, responsive, and smooth user experience. @@ -183,6 +183,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Ishita Srivastava | Contributor
Ishita Srivastava | Contributor

πŸ’» + pranayshl
pranayshl

πŸ’» From 06c1762fa6b17b88b647206b6498fa6cb3615d31 Mon Sep 17 00:00:00 2001 From: Sandeep Sarkar <152861071+sandy4242@users.noreply.github.com> Date: Sun, 21 Sep 2025 18:51:24 +0530 Subject: [PATCH 17/20] added the .sh files, package.json files and the updated markup file --- README.md | 102 +++--- add-all-contributors.sh | 25 ++ get-contributors.sh | 13 + package-lock.json | 777 ++++++++++++++++++++++++++++++++++++++++ package.json | 28 ++ 5 files changed, 897 insertions(+), 48 deletions(-) create mode 100644 add-all-contributors.sh create mode 100644 get-contributors.sh create mode 100644 package-lock.json create mode 100644 package.json diff --git a/README.md b/README.md index b88d9afb..91b89c6e 100644 --- a/README.md +++ b/README.md @@ -25,21 +25,38 @@ This project provides an interactive user interface to control font properties s - **Dart:** Programming language. - **Material Design:** For sleek and intuitive UI components. + +## Platform Support + +| Platform | Status | Version | +|----------|--------|---------| +| Android Android | βœ… Supported | API 33+ | +| iOS iOS | βœ… Supported | iOS 17+ | +| Web Web | βœ… Supported | Modern Browsers | + + ## How to Run 1. Clone the repository: + ```bash git clone ``` + 2. Navigate to the project directory: + ```bash cd project directory ``` + 3. Install dependencies: + ```bash flutter pub get ``` + 4. Run the app: + ```bash flutter run ``` @@ -106,7 +123,7 @@ lib/ ## Demo Video -https://github.com/user-attachments/assets/518765d8-d2f0-4491-9385-69f1281c051c +https://github.com/user-attachments/assets/7ca08eff-dcbe-45c6-b0f1-502829ae8ffd ### Font Controls UI @@ -120,86 +137,75 @@ Contributions are welcome! Please follow these steps: 1. Fork the repository. 2. Create a new branch for your feature or bugfix: + ```bash git checkout -b feature-name ``` + 3. Commit your changes: + ```bash git commit -m "Add some feature" ``` + 4. Push to your branch: + ```bash git push origin feature-name ``` + 5. Open a pull request. ## Support 🌟 If you find this project helpful, please consider giving it a star! \ -It helps others discover the project and motivates us to keep improving. Your support means a lot! πŸ™Œ +It helps others discover the project and motivates us to keep improving. Your support means a lot! πŸ™Œ ## License This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. -## Maintainers -- **Satyam Jha** - - [github](https://github.com/may-tas) - - [linkedIn](linkedin.com/in/satyam-jha-7746201a4/) - -## Contact - -For questions or suggestions, feel free to contact: - -- **Author:** Satyam Jha -- **Email:** satyamj210@gmail.com +## Contributors -## Contributors ✨ - -Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): - - - - - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - + + - - - -
Satyam Jha
Satyam Jha

πŸ’» πŸ“– 🚧 🎨
Aryan Trivedi
Aryan Trivedi

πŸ’»
Mannem Sumana Sri
Mannem Sumana Sri

πŸ’»
Manar ELhabbal
Manar ELhabbal

πŸ’»
Abhishek Kumar Ray
Abhishek Kumar Ray

πŸ’»
Elwin
Elwin

πŸ’»
Preeti Das
Preeti Das

πŸ’»
Satyam Jha
Satyam Jha

Aryan Trivedi
Aryan Trivedi

Mannem Sumana Sri
Mannem Sumana Sri

Manar ELhabbal
Manar ELhabbal

Abhishek Kumar Ray
Abhishek Kumar Ray

Elwin
Elwin

Preeti Das
Preeti Das

Ananya Singh
Ananya Singh

πŸ’»
DMounas
DMounas

πŸ’»
Debasmita C
Debasmita C

πŸ’»
GAURI
GAURI

πŸ’»
Ritam Sen
Ritam Sen

πŸ’»
Rudraksha kumar
Rudraksha kumar

πŸ’»
Shaik Zainab
Shaik Zainab

πŸ’»
Ananya Singh
Ananya Singh

DMounas
DMounas

Debasmita C
Debasmita C

GAURI
GAURI

Ritam Sen
Ritam Sen

Rudraksha kumar
Rudraksha kumar

Shaik Zainab
Shaik Zainab

Ishita Srivastava | Contributor
Ishita Srivastava | Contributor

πŸ’»
pranayshl
pranayshl

πŸ’»
Ishita Srivastava | Contributor
Ishita Srivastava | Contributor

pranayshl
pranayshl

- - Add your contributions - -
- - - -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file +## Maintainers + +- **Satyam Jha** + - [github](https://github.com/may-tas) + - [linkedIn](linkedin.com/in/satyam-jha-7746201a4/) + +## Contact + +For questions or suggestions, feel free to contact: + +- **Author:** Satyam Jha +- **Email:** diff --git a/add-all-contributors.sh b/add-all-contributors.sh new file mode 100644 index 00000000..aad33847 --- /dev/null +++ b/add-all-contributors.sh @@ -0,0 +1,25 @@ +#!/bin/bash + +echo "Adding all contributors..." + +npx all-contributors add may-tas code,doc,maintenance,design +npx all-contributors add PearlGrell code +npx all-contributors add MannemSumanaSri code +npx all-contributors add Manar-Elhabbal7 code +npx all-contributors add Atomic-Shadow7002 code +npx all-contributors add Elwin-p code +npx all-contributors add preetidas60 code +npx all-contributors add AnanyaSingh456 code +npx all-contributors add DMounas code +npx all-contributors add debasmitaas code +npx all-contributors add GauriRocksies code +npx all-contributors add Rishi-1512 code +npx all-contributors add Rudraksha-git code +npx all-contributors add zxnb01 code +npx all-contributors add ishita051 code +npx all-contributors add pranayshl code + +echo "Generating contributors table..." +npx all-contributors generate + +echo "Done! Check your README.md for the contributors section." diff --git a/get-contributors.sh b/get-contributors.sh new file mode 100644 index 00000000..1efc76eb --- /dev/null +++ b/get-contributors.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +echo "Finding contributors from Git history..." + +git log --format='%aN <%aE>' | sort -u | while read name email; do + if [[ $email == *"@users.noreply.github.com"* ]]; then + username=$(echo $email | cut -d'@' -f1 | cut -d'+' -f2) + echo "npx all-contributors add $username code" + else + echo "# Found contributor: $name $email" + echo "# Add manually: npx all-contributors add [github-username] code" + fi +done diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 00000000..bb93217a --- /dev/null +++ b/package-lock.json @@ -0,0 +1,777 @@ +{ + "name": "texteditingapp", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "texteditingapp", + "version": "1.0.0", + "license": "ISC", + "devDependencies": { + "all-contributors-cli": "^6.26.1" + } + }, + "node_modules/@babel/runtime": { + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", + "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/all-contributors-cli": { + "version": "6.26.1", + "resolved": "https://registry.npmjs.org/all-contributors-cli/-/all-contributors-cli-6.26.1.tgz", + "integrity": "sha512-Ymgo3FJACRBEd1eE653FD1J/+uD0kqpUNYfr9zNC1Qby0LgbhDBzB3EF6uvkAbYpycStkk41J+0oo37Lc02yEw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.7.6", + "async": "^3.1.0", + "chalk": "^4.0.0", + "didyoumean": "^1.2.1", + "inquirer": "^7.3.3", + "json-fixer": "^1.6.8", + "lodash": "^4.11.2", + "node-fetch": "^2.6.0", + "pify": "^5.0.0", + "yargs": "^15.0.1" + }, + "bin": { + "all-contributors": "dist/cli.js" + }, + "engines": { + "node": ">=4" + }, + "optionalDependencies": { + "prettier": "^2" + } + }, + "node_modules/ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "type-fest": "^0.21.3" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/async": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", + "dev": true, + "license": "MIT" + }, + "node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chardet": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", + "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", + "dev": true, + "license": "MIT" + }, + "node_modules/cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dev": true, + "license": "MIT", + "dependencies": { + "restore-cursor": "^3.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cli-width": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz", + "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">= 10" + } + }, + "node_modules/cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "license": "MIT" + }, + "node_modules/decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/didyoumean": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", + "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", + "dev": true, + "license": "Apache-2.0" + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/external-editor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", + "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", + "dev": true, + "license": "MIT", + "dependencies": { + "chardet": "^0.7.0", + "iconv-lite": "^0.4.24", + "tmp": "^0.0.33" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/figures": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "dev": true, + "license": "MIT", + "dependencies": { + "escape-string-regexp": "^1.0.5" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "license": "MIT", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, + "license": "ISC", + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/inquirer": { + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz", + "integrity": "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-escapes": "^4.2.1", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-width": "^3.0.0", + "external-editor": "^3.0.3", + "figures": "^3.0.0", + "lodash": "^4.17.19", + "mute-stream": "0.0.8", + "run-async": "^2.4.0", + "rxjs": "^6.6.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0", + "through": "^2.3.6" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/json-fixer": { + "version": "1.6.15", + "resolved": "https://registry.npmjs.org/json-fixer/-/json-fixer-1.6.15.tgz", + "integrity": "sha512-TuDuZ5KrgyjoCIppdPXBMqiGfota55+odM+j2cQ5rt/XKyKmqGB3Whz1F8SN8+60yYGy/Nu5lbRZ+rx8kBIvBw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.18.9", + "chalk": "^4.1.2", + "pegjs": "^0.10.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true, + "license": "MIT" + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/mute-stream": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", + "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", + "dev": true, + "license": "ISC" + }, + "node_modules/node-fetch": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "dev": true, + "license": "MIT", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/pegjs": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/pegjs/-/pegjs-0.10.0.tgz", + "integrity": "sha512-qI5+oFNEGi3L5HAxDwN2LA4Gg7irF70Zs25edhjld9QemOgp0CbvMtbFcMvFtEo1OityPrcCzkQFB8JP/hxgow==", + "dev": true, + "license": "MIT", + "bin": { + "pegjs": "bin/pegjs" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/pify": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-5.0.0.tgz", + "integrity": "sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/prettier": { + "version": "2.8.8", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", + "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", + "dev": true, + "license": "MIT", + "optional": true, + "bin": { + "prettier": "bin-prettier.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", + "dev": true, + "license": "ISC" + }, + "node_modules/restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dev": true, + "license": "MIT", + "dependencies": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/run-async": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", + "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/rxjs": { + "version": "6.6.7", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", + "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^1.9.0" + }, + "engines": { + "npm": ">=2.0.0" + } + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true, + "license": "MIT" + }, + "node_modules/set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", + "dev": true, + "license": "ISC" + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", + "dev": true, + "license": "MIT" + }, + "node_modules/tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dev": true, + "license": "MIT", + "dependencies": { + "os-tmpdir": "~1.0.2" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "dev": true, + "license": "MIT" + }, + "node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true, + "license": "0BSD" + }, + "node_modules/type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "dev": true, + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "dev": true, + "license": "BSD-2-Clause" + }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dev": true, + "license": "MIT", + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/which-module": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz", + "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/y18n": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/yargs": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", + "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", + "dev": true, + "license": "MIT", + "dependencies": { + "cliui": "^6.0.0", + "decamelize": "^1.2.0", + "find-up": "^4.1.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^4.2.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^18.1.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/yargs-parser": { + "version": "18.1.3", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + }, + "engines": { + "node": ">=6" + } + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 00000000..cb3363c0 --- /dev/null +++ b/package.json @@ -0,0 +1,28 @@ +{ + "name": "texteditingapp", + "version": "1.0.0", + "description": "This project provides an interactive user interface to control font properties such as font size, font family, font color, and font style. Built using Flutter and Bloc for state management, it ensures a modern, responsive, and smooth user experience.", + "main": "index.js", + "directories": { + "lib": "lib", + "test": "test" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/may-tas/TextEditingApp.git" + }, + "keywords": [], + "author": "", + "license": "ISC", + "type": "commonjs", + "bugs": { + "url": "https://github.com/may-tas/TextEditingApp/issues" + }, + "homepage": "https://github.com/may-tas/TextEditingApp#readme", + "devDependencies": { + "all-contributors-cli": "^6.26.1" + } +} From d1be7ce083dc15d1d81e718103f1b82aba935074 Mon Sep 17 00:00:00 2001 From: Sandeep Sarkar <152861071+sandy4242@users.noreply.github.com> Date: Sun, 21 Sep 2025 19:00:42 +0530 Subject: [PATCH 18/20] added the acknowledgement section --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 91b89c6e..1ee1a9dd 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,19 @@ It helps others discover the project and motivates us to keep improving. Your su This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. + +## Acknowledgments + +Special thanks to: + +- [Flutter Team](https://flutter.dev/) for the amazing framework +- [Bloc Library](https://bloclibrary.dev/) for state management +- [Material Design](https://material.io/) for design guidelines +- All our [contributors](#contributors) for making this project better +- The open-source community for inspiration and support + + + ## Contributors @@ -197,6 +210,8 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file + + ## Maintainers - **Satyam Jha** From e589489a308e5df8e455256c5c3c40e41df58598 Mon Sep 17 00:00:00 2001 From: Sandeep Sarkar <152861071+sandy4242@users.noreply.github.com> Date: Mon, 22 Sep 2025 18:05:21 +0530 Subject: [PATCH 19/20] added workflow and updated the readme.md file --- .github/workflows/contributors.yml | 35 +++++++++++++++++++++ README.md | 49 ++++++++++++++++++++++++++---- 2 files changed, 78 insertions(+), 6 deletions(-) create mode 100644 .github/workflows/contributors.yml diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml new file mode 100644 index 00000000..1b0acd52 --- /dev/null +++ b/.github/workflows/contributors.yml @@ -0,0 +1,35 @@ +name: Contributors +on: + push: + branches: [ main ] + pull_request: + types: [ closed ] + schedule: + - cron: '0 2 * * 1' + workflow_dispatch: + +jobs: + contributors: + runs-on: ubuntu-latest + if: | + github.event_name == 'push' || + (github.event_name == 'pull_request' && github.event.pull_request.merged == true) || + github.event_name == 'schedule' || + github.event_name == 'workflow_dispatch' + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + token: ${{ secrets.GITHUB_TOKEN }} + + - name: All Contributors Auto Action + uses: JoshuaKGoldberg/all-contributors-auto-action@v0.3.2 + with: + token: ${{ secrets.GITHUB_TOKEN }} + + - name: Comment on recent activity + uses: actions/github-script@v7 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + script: | + console.log('Contributors workflow completed successfully'); diff --git a/README.md b/README.md index 1ee1a9dd..58ffe064 100644 --- a/README.md +++ b/README.md @@ -74,10 +74,17 @@ lib/ β”‚ └── text_item_model.dart β”œβ”€β”€ ui/ β”‚ β”œβ”€β”€ screens/ -β”‚ β”‚ └── canvas_screen.dart -β”‚ β”œβ”€β”€ widgets/ -β”‚ β”‚ β”œβ”€β”€ editable_text_widget.dart -β”‚ β”‚ └── font_controls.dart +β”‚ β”‚ β”œβ”€β”€ canvas_screen.dart +β”‚ β”‚ β”œβ”€β”€ save_page_dialog.dart +β”‚ β”‚ β”œβ”€β”€ saved_pages.dart +β”‚ β”‚ └── splash_screen.dart +β”‚ └── widgets/ +β”‚ β”œβ”€β”€ background_color_tray.dart +β”‚ β”œβ”€β”€ background_options_sheet.dart +β”‚ β”œβ”€β”€ editable_text_widget.dart +β”‚ └── font_controls.dart +β”œβ”€β”€utils/ +β”‚ └──custom_snackbar.dart β”œβ”€β”€ main.dart ``` @@ -121,15 +128,45 @@ lib/ - Add bold, italic styles to your text using additional controls. +### Text Alignment + +- Lets you control how your text is positioned horizontally + +### Highlight + +- Add highlighted colors to your text for dynamic view + +### Copy + +- Copy the text + +### Restore Default + +- Lets user to go back to the default view for the text + ## Demo Video https://github.com/user-attachments/assets/7ca08eff-dcbe-45c6-b0f1-502829ae8ffd + +https://github.com/user-attachments/assets/4ed54a04-b887-42a3-a0a4-dd3dbdcf9320 + + + ### Font Controls UI -Screenshot +image + +image + +image + +image + +image + +image -Screenshot ## Contributing From 688eb10c54a10532e7f7ab512867a749c28dfaa9 Mon Sep 17 00:00:00 2001 From: Sandeep Sarkar <152861071+sandy4242@users.noreply.github.com> Date: Mon, 22 Sep 2025 22:11:57 +0530 Subject: [PATCH 20/20] updated sizes for font ui control --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58ffe064..bf937cd0 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ https://github.com/user-attachments/assets/4ed54a04-b887-42a3-a0a4-dd3dbdcf9320 image -image +imageimage