Flutter என்பது Google-ன் திறந்த-மூல UI toolkit ஆகும், இது Dart மொழியைப் பயன்படுத்தி ஒற்றை codebase-ல் இருந்து mobile, web, மற்றும் desktop-க்கான natively-compiled applications கட்டமுடியும். இதன் தனித்த அணுகுமுறை என்பது அதன் சொந்த UI ஐ வரைவது ஆகும் (native components-ஐ பயன்படுத்தாமல்), இது consistent, customizable, உயர் performance 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)
