Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Dart Programming Tutorial | Learn the Dart for Flutter
Rating: 4.3 out of 5(204 ratings)
10,589 students

Dart Programming Tutorial | Learn the Dart for Flutter

Learn Dart Programming for Flutter- Beginners Tutorial
Last updated 7/2020
English
English [Auto],

What you'll learn

  • Learn to use Dart
  • Learn the Dart basics
  • Collections in dart
  • oop in dart

Course content

1 section10 lectures1h 46m total length
  • Basics of Dart programming language7:17

    Learn the basics of the Dart language, including the main method, void, and printing to the console, with int, double, string, and bool types, plus static, dynamic, and constant declarations.

  • Types and casting in Dart14:03

    Master type conversion in dart by turning strings into integers and numbers into strings, formatting decimals with toString and toStringAsFixed, and using increment, decrement, relational and logical operators, plus comments.

  • Null-aware Operators in Dart10:32

    Master null-aware operators in Dart, including the question mark dot operator for safe access and ?? and ??= defaults, with class and constructor examples; compare to if and switch statements.

  • Dart Programming - Loops7:43

    Master the five loops in Dart, including for, for in, and for each, plus while and do-while, with examples that print values and show break usage.

  • Collections in Dart7:31

    Explore how lists work in Dart, including initialization, indexing, and printing, with type inference and mixed data types, and learn to copy lists with the spread operator.

  • Dart Sets10:20

    Explore sets and maps in Dart, including initializing, iterating, and duplicate handling. Learn function basics with dynamic typing and positional and named parameters.

  • Calsses and object10:39

    Learn how to define classes and create objects in Dart, initialize data members with constructors, use this to distinguish members, and pass named or positional parameters while accessing class methods.

  • Classes and enums14:54

    Explore Dart classes and objects, using named constructors like from map, and initialize lists with getters and setters. Learn enums for fixed values and switch cases for payment status.

  • Dart Exception Handling With Examples11:26

    Master Dart exception handling with try and catch, using on for specific errors and finally for guaranteed execution; learn to prevent division by zero and throw custom exceptions.

  • Dart Future, async and await11:42

    Explore how to handle asynchronous Dart operations with futures, delay, and duration, and learn how async, await, and the difference between synchronous and asynchronous execution improve app responsiveness.

Requirements

  • Basic programming Knowledge

Description

Welcome to his course on DART(PROGRAMMING LANGUAGE). Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps. It is used to build web, server, desktop, and mobile applications. Dart is an object-oriented language which can optionally trans compile into JavaScript.
A programming language called Dart was created specifically for client development, including web and mobile apps. It was created by Google and may be used to create desktop and server apps.


It is a class-based, garbage-collected, object-oriented language with C-style syntax. Interfaces, mixins, abstract classes, reified generics, and type inference are all supported, and it can compile to either native code or JavaScript.

Dart will also help you to learn Flutter. Flutter is an open-source UI software development kit created by Google.Flutter is SDK that makes creating high-performing, modern and good looking apps. Flutter is easy and Works for both Android and iOS. Flutter is An open-source toolkit, developed by Google.

In this course you'll learn:

  • Learning Dart Basics | Basics of Dart programming language

  • Learning Dart Basics | Types and casting in Dart

  • Learning Dart Basics | Null-aware Operators in Dart

  • Learning Dart Basics | Dart Programming - Loops

  • Learning Dart Basics | Collections in Dart

  • Learning Dart Basics | Dart Sets

  • Learning Dart Basics | Class and Objects in Dart

  • Learning Dart Basics | Classes and enums

  • Learning Dart Basics | Dart Exception Handling With Examples

  • Learning Dart Basics | Dart Future, async and await

    So let's get started !

Who this course is for:

  • Students
  • People looking to learn Dart or Flutter