Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Dart - Beginners Course
Rating: 4.3 out of 5(3,453 ratings)
84,003 students

Dart - Beginners Course

No experience required
Created byBryan Cairns
Last updated 9/2021
English
English [Auto],Polish [Auto],

What you'll learn

  • Installing an IDE
  • Varibales
  • Arrays
  • Flow Control
  • Functions
  • Error Handling

Course content

6 sections36 lectures2h 1m total length
  • Dart 2 - version changes (some videos will be re-recorded)4:58

    Expect a stricter type system in Dart 2 that requires declared types. Address compatibility issues with code and packages by using GitHub for migrations and the Dart two fix tool.

  • Read me - major changes to Dart and Flutter1:09
  • Downloading the software0:48

    Install the Dart framework and an IDE to begin developing with Dart. Visit dart.org and jetbrains.com/idea/download, then install the free IntelliJ IDEA community edition on Windows, Mac, or Linux.

  • Setup the IDE1:00

    Open IntelliJ IDEA Community Edition, configure plugins, search for Dart, install, restart, and test by creating a new project to verify the Dart path.

  • Hello World2:56

    Install Dart and the IDE plugin, create a console project, and explore folder structure (bin, lib, pub) while examining Main.dart, imports, and the hello world print in a main function.

  • First application
  • Section 1 - Assignment Code0:03
  • Section 1 - Quiz

Requirements

  • Basic computer skills

Description

Learn how to create basic Dart programs. This course is aimed at the absolute beginner with no programming experience. Dart is an expressive and powerful language that has a very friendly learning curve. This makes it a great starting language. Dart helps you craft beautiful, high-quality experiences across all screens, with a client-optimized language, rich and powerful frameworks, flexible tooling

Who this course is for:

  • Anyone that wants to learn programming in Dart at a basic level