Flutter เป็น UI toolkit แบบโอเพนซอร์สของ Google สำหรับสร้างแอปพลิเคชันที่คอมไพล์เป็นเนทีฟ (natively-compiled) สำหรับ มือถือ เว็บ และเดสก์ท็อปจาก codebase เดียว โดยใช้ภาษา 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)
