Free
Includes:
  • 00:57:34 Hours On demand videos
  • 6 Lessons
  • Full lifetime access
  • Access on mobile and tv

Dart Programming tutorial for beginners

In this course , we have design for those aspirants who want to learn flutter. In this tutorial you will learn dart programming language.

Beginner 0(0 Ratings) 7 Students enrolled
Created by Prashant Shakya Last updated Thu, 22-Jul-2021 English
What will i learn?
  • Learn fundamental of dart programming concepts.
  • Create and manage android or ios mobile applications

Curriculum for this course
6 Lessons 00:57:34 Hours
Dart tutorial for beginners
6 Lessons 00:57:34 Hours
  • Basics of Dart programming language 00:07:18
  • Types and casting in Dart 00:14:05
  • Null-aware Operators in Dart 00:10:33
  • Dart Programming - Loops 00:07:44
  • Collections in Dart 00:07:32
  • Dart Sets 00:10:22
Requirements
  • Basic computer Skill and Internet knowledge
  • Java programming language
+ View more
Description
In this series of Flutter we will see Flutter-dart programming introduction. Flutter was created by Google in 2011. Flutter is an open-source, general-purpose, object-oriented programming language, whose syntax is almost similar to C. The main purpose of Dart programming is used to create frontend user interface for web and mobile. Dart also like other programming language supports almost all the main concepts like – classes, interfaces, functions etc. Dart does not support programming language arrays directly. It supports collections, which are used to replicate data structures such as arrays, generics, and other optional typing.

Introduction of Flutter Architecture

Flutter Architecture is mainly made up of four components –
  1. Flutter Engine
  2. Foundation Library
  3. Widgets
  4. Design specific widgets

Flutter Engine :

Flutter engine is a portable runtime for high-quality mobile applications, mainly based on c++. It implements the core libraries of flutter which include Animation and Graphics, File and Network I/O, Accessibility Support, Plugin Architecture and Dart Runtime to develop, compile and run flutter application. It uses Google's Skia, the open-source graphic-library, to render low-level graphics.

Foundation Library :

Foundation Library holds all the necessary packages to write any flutter application, which is written in the dart programming language.

Widgets :

Widget is the main concept of this framework, everything is Widget in any flutter application. Widgets are user interface components that are used to create the user interface of the application. Widgets in Flutter are similar to React components. In Flutter, the application itself is a widget that holds many sub-widgets. This means that the application is a top-level widget, and its UI is made up of one or more children widgets, which then have many sub-widgets inside themselves.

Design specific widgets :

The Flutter framework has two sets of widgets that follow specific design rules, namely Material Design for Android applications and Cupertino style for iOS applications.

Gestures :

This is also a Widget which provides interaction using GestureDetector in flutter application. GestureDetector is an invisible widget that has the ability to capture user interaction such as tapping or dragging or scaling on its child widget. Many of Flutter's native widgets support interaction using GestureDetector.

State Management :

Flutter Widget manages its state using a special widget StateFulWidget. Whenever its initial state changes, it gets auto re-rendered. State management in Flutter is like React. For which StateFulWidget is used.

+ View more
Other related courses
17:16:25 Hours
Updated Sat, 09-Jan-2021
5 20 Free
03:44:36 Hours
Updated Thu, 29-Oct-2020
0 13 Free
05:02:03 Hours
Updated Tue, 24-Nov-2020
0 13 Free
02:23:05 Hours
0 12 Free
01:28:42 Hours
Updated Fri, 18-Dec-2020
0 8 Free
Free
Includes:
  • 00:57:34 Hours On demand videos
  • 6 Lessons
  • Full lifetime access
  • Access on mobile and tv
close button