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)
