Learn Dart Programming for Flutter
- Offered byUDEMY
Learn Dart Programming for Flutter at UDEMY Overview
Duration | 5 hours |
Total fee | ₹389 |
Mode of learning | Online |
Credential | Certificate |
Learn Dart Programming for Flutter at UDEMY Highlights
- Earn a certificate of completion from Udemy
- Comes up with 30-Day Money-Back Guarantee
- Get Full lifetime access
Learn Dart Programming for Flutter at UDEMY Course details
- For Anyone who wants to use Dart for existing and new Flutter Apps, get this for yourself
- Dart Setup and required software Installation
- Exploring the first Dart application
- Built-in Data Types and variable declarations
- Conditional Statements
- Loops or Iterators
- Functions and Methods
- Exception Handling
- Object Oriented concepts
- Inheritance, Abstract Class, Interface and Polymorphism
- Functional Programming: Lambdas and Higher-Order Functions
- Dart Collection: List, Set and Map
- Callable classes
- Summary
- Dart is an object-oriented language which can optionally trans compile into JavaScript
- It supports a varied range of programming aids like interfaces, classes, collections, generics, and optional typing
- Dart can be extensively used to create single-page web apps, Android and iOS apps
- Single-page applications enable navigation between different screens of the website without loading a different webpage in the browser
Learn Dart Programming for Flutter at UDEMY Curriculum
Introduction
Getting Started
Exploring Variables and Data types
Data Types and Variables in Dart
Strings, Literals and String Interpolation
Define Constants using 'final' and 'const' keyword
Control Flow Statements
IF ELSE Conditional Statements
Conditional Expressions
SWITCH and CASE conditional statements
Loop Control Statements
Introduction
Explore FOR Loop and how it works
Explore WHILE Loop and how it works
Explore DO WHILE Loop and how it works
BREAK Statement with Labelled FOR Loop
CONTINUE Statement with Labelled FOR Loop
Exploring Functions
Functions or Methods. Syntax and Properties
Functions or Methods
Functions Expressions
Optional Positional Parameters
Optional Named Parameters
Exception Handling
How to handle Exceptions?
Create custom Exception class