Flutter हे Google चे ओपन-सोर्स UI toolkit आहे जे Dart भाषा वापरून मोबाइल, वेब आणि डेस्कटॉपसाठी एकल कोडबेसमधून नेटिव-कंपाइल केलेले अनुप्रयोग बनवण्यासाठी आहे. त्याचा विशिष्ट दृष्टिकोन म्हणजे स्वत:चे UI रेंडर करणे (नेटिव घटक वापरत नाही), ज्यामुळे सुसंगत, कस्टमाइজेबल, उच्च-कार्यक्षमता असलेले इंटरफेस मिळतात.
Flutter म्हणजे काय
Flutter = a cross-platform UI framework (by Google):
→ ONE codebase → iOS, Android, web, desktop (Windows/macOS/Linux)
→ uses the DART language
→ builds NATIVELY-COMPILED apps (compiles to native ARM code for mobile)
→ everything is a WIDGET (composable UI building blocks)
