0% found this document useful (0 votes)
249 views

Flutter PDF

Flutter is an open-source framework developed by Google that allows developers to build native mobile applications for Android and iOS using a single codebase. Flutter uses Dart as its programming language and provides tools to help build high-quality interfaces for both platforms using widgets and built-in design systems. The tutorial covers installing Flutter on Linux, Windows, and Mac systems and building basic and advanced Flutter applications including layouts, state management, animations and more.

Uploaded by

Himbar Buana
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
249 views

Flutter PDF

Flutter is an open-source framework developed by Google that allows developers to build native mobile applications for Android and iOS using a single codebase. Flutter uses Dart as its programming language and provides tools to help build high-quality interfaces for both platforms using widgets and built-in design systems. The tutorial covers installing Flutter on Linux, Windows, and Mac systems and building basic and advanced Flutter applications including layouts, state management, animations and more.

Uploaded by

Himbar Buana
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Flutter Tutorial

Flutter
Flutter is developed by Google.
Free and Open Source.
Flutter is happy to work with your existing code in Java, Swift, ObjC etc.
Flutter makes single code base possible for both IOS and Android applications.
Flutter helps build high-quality native interfaces to Android and IOS.
With Flutter, time required for Application Development is relatively less.
Hot Reload makes your Application Development fast than ever.
Flutter has built-in Material Design (for Android) and Cupertino (for iOS).
Flutter is a reactive framework like React from Facebook.

Flutter Development Language – Dart


Flutter uses Dart programming language for developing applications.

Flutter Tutorial

In this Flutter Tutorial, following articles takes you through the installation of Flutter in you machine, basic and
advanced concepts of Flutter.

Installation
Installation in Linux (Ubuntu)
Installation in Windows
Installation in Mac

Building Layouts
Flutter – Basic Layout
Flutter – Title Row
Flutter – Button Row
Flutter – Text Section
Flutter – Image Section

InterActivity
StatefulWidget
StatelessWidget

Animations
Flutter – Tween Animation
Flutter Physics-based animation
Animated Grid
Animated List

Flutter Tutorial

⊩ Flutter Tutorial

⊩ Flutter - Install on Linux - Ubuntu

⊩ Flutter - Basic Application Example

You might also like