8" :class="scrolled && 'is-scrolled'">
NOA
Labs
Tutorials
Courses
Skill Forge
Explore
Labs
Hands-on live sessions
Mentors
Meet the senior engineers
Projects
Real portfolio-ready builds
Talent Directory
Public student profiles
Mock Interview
Practice with real feedback
ATS Resume Checker
Free instant resume scoring
Search docs
Ctrl K
Login
Join Free
Artificial Intelligence
LangChain
LLMs
Machine Learning
Prompt Engineering
RAG (Retrieval-Augmented Generation)
AJAX
GraphQL
Apache Kafka
Microservices
Node.js
RabbitMQ
REST API
WebSockets
Algorithms
Data Structures
Angular
Bootstrap
CSS
HTML
jQuery
Next.js
Nuxt.js
React
Svelte
Tailwind CSS
Vue.js
ASP.NET Core
Django
.NET
Entity Framework Core
FastAPI
Flask
Gin
gRPC
Hibernate
Laravel
NestJS
Spring
Spring Boot
Spring Cloud
Spring Data JPA
Spring MVC
Spring Security
AWS
Azure
CI/CD
Docker
Git
Kubernetes
Linux
Nginx
Terraform
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
Ruby
Rust
Swift
TypeScript
Database Design
MongoDB
MySQL
Oracle Database
PostgreSQL
Redis
SQL
System Design
↑↓ navigate
↵ open
esc close
Tutorials
/
Dart
Dart menu
Dart Tutorial
The language behind Flutter — cross-platform mobile, web and desktop apps.
Start the Dart tutorial →
What you'll learn
1. Dart Introduction
What Dart is, its relationship to Flutter, installing it or using DartPad, and hello world.
2. Syntax and Variables
Variables, sound null safety with ?, late and !, built-in types, and control flow in Dart.
3. OOP in Dart
Classes, named and factory constructors, mixins, and inheritance in Dart.
4. Async Dart
Future, async/await, Stream, and error handling in asynchronous Dart code.
5. Testing in Dart
The test package, test/group/expect, matchers, and testing asynchronous Dart code.
6. Packages and pub.dev
pubspec.yaml dependencies, semantic versioning with ^, pubspec.lock, and publishing a package.
7. Dart Interview Questions
Real Dart interview questions and answers on null safety, Future vs Stream, and mixins.