From d278165c824ca97f072ac030ba92499fe7e68b60 Mon Sep 17 00:00:00 2001 From: Hal Eisen Date: Mon, 7 Sep 2026 19:22:10 -0700 Subject: [PATCH] Mark the two community add-ons as community Every addon.json claimed origin "appdevforall" and App Dev For All as the author, so the gallery's Community filter matched nothing and two contributors were uncredited on their own cards. appdevforall.org/plugins names the third-party contributions, and the repository agrees with it: Icons Repository - Omar Haidar (README credits, upstream repo) Flutter Templates - RJ Ali, from an idea by Raju Kumar (README "Credit", add-on page byline) Both are now origin "community" with the contributor as the author, and the description carries the credit line the card shows. RJ Ali has no public profile in the repository, so author.url is empty. Fill it in if he has a GitHub account. Claude-Session: https://claude.ai/code/session_016aaKF7nPCSrLe7oZ5DTHLZ --- plugins/Flutter-Templates/addon.json | 8 ++++---- plugins/Icons-Repository/addon.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/Flutter-Templates/addon.json b/plugins/Flutter-Templates/addon.json index 333550cb..b2b702b3 100644 --- a/plugins/Flutter-Templates/addon.json +++ b/plugins/Flutter-Templates/addon.json @@ -1,15 +1,15 @@ { "summary": "Adds five Flutter starter projects to the New Project screen.", - "description": "Installs Flutter project templates so you can start a Flutter app from the New Project screen instead of building the structure by hand.", + "description": "Installs Flutter project templates so you can start a Flutter app from the New Project screen instead of building the structure by hand. Contributed to Code On The Go by RJ Ali, from an original idea by Raju Kumar.", "tags": [ "flutter", "templates", "dart" ], - "origin": "appdevforall", + "origin": "community", "license": "AGPL-3.0-or-later", "author": { - "name": "App Dev For All", - "url": "https://www.appdevforall.org" + "name": "RJ Ali", + "url": "" } } diff --git a/plugins/Icons-Repository/addon.json b/plugins/Icons-Repository/addon.json index 4e9f2ed1..bd6edb9e 100644 --- a/plugins/Icons-Repository/addon.json +++ b/plugins/Icons-Repository/addon.json @@ -1,15 +1,15 @@ { "summary": "Adds vector icons to a project from inside the editor.", - "description": "Browses a library of vector drawable icons and writes the one you pick straight into the project resources.", + "description": "Browses a library of vector drawable icons and writes the one you pick straight into the project resources. Contributed to Code On The Go by Omar Haidar.", "tags": [ "icons", "resources", "design" ], - "origin": "appdevforall", + "origin": "community", "license": "AGPL-3.0-or-later", "author": { - "name": "App Dev For All", - "url": "https://www.appdevforall.org" + "name": "Omar Haidar", + "url": "https://github.com/omar-haidar" } }