From 4ab2fe7bcde3dee17a7f68bf56e54be4341862e0 Mon Sep 17 00:00:00 2001 From: Hesham Al Nahas <121490059+hesham04Dev@users.noreply.github.com> Date: Sun, 6 Oct 2024 14:43:50 +0300 Subject: [PATCH] Update config.json closes #291 update the analyzer and representer to be true --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 7e0161b2..3698e634 100644 --- a/config.json +++ b/config.json @@ -5,8 +5,8 @@ "status": { "concept_exercises": false, "test_runner": true, - "representer": false, - "analyzer": false + "representer": true, + "analyzer": true }, "blurb": "Dart is a general purpose programming language which has seen a rise in popularity for its usages in mobile and web application development.", "version": 3,