Flutter Google యొక్క ఓపెన్-సోర్స్ UI టూల్కిట్, ఇది ఒకే కోడ్బేస్ నుండి mobile, web, మరియు desktop కోసం నేటివ్లీ-కంపైల్ చేయబడిన అప్లికేషన్లను నిర్మించడానికి 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)
