From 8c343217de7066528eae8e0a5cda83d258e3d590 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 31 Jan 2023 20:45:58 +0400 Subject: [PATCH] Update src/roadmaps/flutter/content/101-setup-development-environment/101-ides/index.md --- .../101-setup-development-environment/101-ides/index.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/roadmaps/flutter/content/101-setup-development-environment/101-ides/index.md b/src/roadmaps/flutter/content/101-setup-development-environment/101-ides/index.md index 3f0cb654d..90d765bb6 100644 --- a/src/roadmaps/flutter/content/101-setup-development-environment/101-ides/index.md +++ b/src/roadmaps/flutter/content/101-setup-development-environment/101-ides/index.md @@ -9,10 +9,6 @@ An IDE (Integrated Development Environment) is a software application that provi These IDEs provide a variety of features and tools to assist in the development of Flutter apps, including code completion, debugging, testing, and more. Developers can choose the IDE that works best for their needs and preferences. - - -Reg - Learn more from the following links: - [Setting up and Editor](https://docs.flutter.dev/get-started/editor)