Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions plugins/Flutter-Templates/addon.json
Original file line number Diff line number Diff line change
@@ -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": ""
}
}
8 changes: 4 additions & 4 deletions plugins/Icons-Repository/addon.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
Loading