
Meet the instructor, a developer and trainer who highlights the fundamentals of the language and the rising demand for developers. Get ready to code and join a meetup community, embracing programming as an art.
Learn the Dart basics using DartPad, starting with the main function, print statements, and comments. Explore variables and core data types like strings, int, double, booleans, lists, and maps.
Master string handling in Dart by learning string literals, escaping with backslashes, and performing string interpolation using the dollar sign and curly braces for expressions, with single or double quotes.
Learn the final and const keywords in Dart and when to use each for values known at compile time or calculated at run time, with practical examples.
Learn how to use if, else if, and logical operators to build conditional logic in Dart with null safety, including practical examples and string interpolation for beginners.
Explore lists in Dart with zero-based indexing, distinguishing fixed-length and growable lists, and applying operations like add, remove, and indexing to access elements, with null safety.
Master maps in Dart as key-value stores, defined by literals or constructors, access values by keys, and print results with practical examples like fruits and colors.
Explore using the for loop to run code a set number of times and to iterate over lists and maps. Practice printing indices and map entries with initialization and increment.
Learn how to use while loops in Dart, including initialization, conditions, and increments; compare with for and do-while loops, avoid infinite loops, and print numbers up to a limit.
Learn how to declare and call functions in Dart, pass arguments, choose return types like boolean, int, or void, and understand function bodies, main functions, and console output.
Explore Dart functions, with or without arguments and return values, and learn the one-line shorthand syntax for void functions and arguments named option and inquired.
Explore dart function arguments, including required and optional parameters, named arguments, and default values, with practical examples of positional and named parameter usage.
Learn how classes act as blueprints for objects in Dart, defining properties and methods, and how to create instances and access them.
Learn how constructors, a special class function, run automatically when creating objects; they share the class name, accept parameters to initialize properties, and support default constructors for easy instantiation.
Explore generic types to constrain lists and maps to a single type for safer code, and learn to declare private variables with an underscore to limit access within a class.
Explore null safety in Dart, how variables may hold null values, the ? operator, and how null safety prevents runtime errors from Dart 2.12 onwards.
Learn how the nullable keyword works in Dart null safety, apply conditional access with ? and perform null checks to safely handle potentially null variables.
Learn how null safety changes in Dart affect optional variables and required parameters, and see how the required keyword enforces mandatory arguments in constructors.
Use the exclamation mark to tell the compiler a value is non-null, forcing a nullable value to non-null and avoiding compile time errors.
Explore the late keyword in Dart and how it guarantees later initialization, ensuring variables are assigned before use, especially in constructors and stateful widgets.
Learn Dart and become an expert with this interactive course. Dart is a clean, simple, class-based object-oriented language.
However, you can’t have a conversation about Dart without mentioning Flutter. Flutter is Google’s mobile UI framework used for crafting high-quality native interfaces on iOS and Android. Flutter applications are written using the Dart programming language, which has helped make Dart a beloved language by the developer community. Before you can start fluttering out applications using Flutter, you need to learn Dart. This course will help you learn the fundamentals of Dart, and get you started on your journey to learning Flutter. Start learning today.
The Course has been updated after the release of Flutter 2.0 which brought the concept of Null safety in dart.
In this course you'll learn:
Working with DartPad
Exploring the first Dart application
Built-in Data Types and variable declarations
Conditional Statements
Loops or Iterators
Functions and Methods
Object Oriented concepts
Inheritance
Constructors
Dart Collection: List and Map
Arguments and its types
Null Safety Concepts
Summary
What’s New in Flutter 2
It broadened Flutter from a mobile framework to a portable framework, unleashing your apps to run on a wide variety of different platforms with little or no change.
Every app gets a free upgrade with Flutter 2 and they can now grow to target desktop and web.