Flutter Google का ओपन-सोर्स UI toolkit है जो Dart भाषा का उपयोग करते हुए एक ही codebase से mobile, web और desktop के लिए natively-compiled applications बनाने के लिए है। इसका विशिष्ट दृष्टिकोण अपना खुद का UI render करना है (native components का उपयोग न करना), जो सुसंगत, customizable, उच्च-प्रदर्शन वाले interfaces देता है।
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)
