Dartlang Course

Learn the fundamentals of Dart Programming

Last updated 2022-01-10 | 4

- learning how to code
- Have a strong foundation on Dart and is capable of jump starting with flutter

What you'll learn

learning how to code
Have a strong foundation on Dart and is capable of jump starting with flutter

* Requirements

* No Prior Coding Knowledge Required
* Windows / Mac / Linux Machine Required

Description

Welcome to the Dart course for beginners. Your one-stop shop to learn how to become a foundationally strong dart programmer from scratch.


This course will walk you through the general syntax of Dart and has a ton of hands-on coding exercises to drill down the foundations.


We will start by helping you set up your dart environment, followed by setting up Intellij (The IDE that we will use to develop Dart programs). Following that we will go over a simple "hello world" to verify if your dart installation is a success. Next, I will walk you through fundamental dart concepts such as assignments, variables, keywords, arithmetic operators, user inputs, decision making and loops.


This course is targeted at absolute beginners, programmers with previous experience and dart programmers who intend to strengthen their foundations.


You can start with no coding knowledge and end up being an amazing coder who can then apply for a junior developer for Dart.


Along with all signups, you will also get exclusive access to interact with me (the instructor) and have your doubts clarified in a one-on-one fashion over email or messaging. Additionally, you will also be able to avail a 1-on-1 session with me upon request.

Who this course is for:

  • Anyone interested in learning how to code
  • Anyone interested in learning a powerful language
  • Anyone who wants to dive into flutter and wants a strong foundation

Course content

2 sections • 21 lectures

Downloading Dart Preview 01:34

Installing Dart Preview 03:36

Downloading, Installing and configuring Intellij Preview 10:03

Hello World Preview 05:42

Quick Assignment Preview 01:40

Comments Preview 03:52

Variables Preview 17:42

Naming Variables Preview 04:59

Keywords - const and final Preview 04:55

Arithmetic Operators - Part I Preview 11:33

Arithmetic Operators - Part II Preview 15:16

Arithmetic Operators - Part III Preview 04:01

Quiz 1

This quiz is to make sure that you are on track ...

Taking in Input Preview 14:05

Decision Making - Part I Preview 17:32

Relational Operators Preview 10:35

Decision Making - Part II Preview 09:34

Logical Operators Preview 12:52

For Loops Preview 09:18

While Loop Preview 08:30

Do While Loops Preview 11:44