Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

Flutter Tutorial

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

Flutter is Google’s Mobile SDK to build native iOS and Android apps from a single codebase. When building applications with Flutter everything towards Widgets – the blocks with which the flutter apps are built. The User Interface of the app is composed of many simple widgets, each of them handling one particular job. That is the reason why Flutter developers tend to think of their flutter app as a tree of widgets.

Flutter-Tutorial

Compared to its contemporary technologies like React Native, Kotlin, and Java, Flutter is much better in regard to having a Single Codebase for Android and iOS, Reusable UI and Business Logic, high compatibility, performance, and productivity.

Table of Content

 
 

Basics

Widgets

Visit Flutter-Widgets to view more widgets.

UI Components

Visit Flutter UI Components for more.

Design & Animations

Forms & Gestures

Navigation & Routing

Accessing Device

Advance Concepts

Flutter Apps


My Personal Notes arrow_drop_up
Last Updated : 23 Feb, 2021
Like Article
Save Article
Similar Reads