From b7c1ab74a9e5da3127cd0c7dd033d33f71d9ac21 Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Tue, 21 Apr 2020 19:47:15 -0700 Subject: [PATCH] Add Flutter category --- contents.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/contents.json b/contents.json index e3b52eac..09d4e13b 100644 --- a/contents.json +++ b/contents.json @@ -287,6 +287,12 @@ "parent": "misc", "description": "https://firebase.google.com/" }, + { + "title": "Flutter", + "id": "flutter", + "parent": "misc", + "description": "https://flutter.dev" + }, { "title": "Ionic", "id": "ionic", @@ -13646,7 +13652,8 @@ { "title": "11t", "category-ids": [ - "mastodon" + "mastodon", + "flutter" ], "source": "https://github.com/jeroensmeets/mastodon-app", "tags": [ @@ -19430,7 +19437,8 @@ { "title": "Flutter News App", "category-ids": [ - "news-api" + "news-api", + "flutter" ], "screenshots": ["https://user-images.githubusercontent.com/55942632/77102533-00600c80-6a3f-11ea-8212-3735eeb35a90.png"], "source": "https://github.com/theindianappguy/FlutterNewsApp",