From e2c5064f337047989891a784785140a22e2498e4 Mon Sep 17 00:00:00 2001 From: Muhammad Pazrin Andreanor Date: Tue, 22 Nov 2022 12:25:14 +0700 Subject: [PATCH] added: DedicatedRoadmap Flutter Roadmap (#2995) --- .../content/121-mobile-applications/102-flutter.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/roadmaps/100-frontend/content/121-mobile-applications/102-flutter.md b/content/roadmaps/100-frontend/content/121-mobile-applications/102-flutter.md index 9813b35b2..0b993f07f 100644 --- a/content/roadmaps/100-frontend/content/121-mobile-applications/102-flutter.md +++ b/content/roadmaps/100-frontend/content/121-mobile-applications/102-flutter.md @@ -1,3 +1,9 @@ + + # Flutter Flutter is a free and open-source mobile UI framework created by Google and released in May 2017. In a few words, it allows you to create a native mobile application with only one codebase. This means that you can use one programming language and one codebase to create two different apps (for iOS and Android).