Dart
Medium — good to knowGeneral Dev
ELI5 — The Vibe Check
Dart is the language Flutter is written in. Google made it to fix JavaScript's problems, then it found its real home as the Flutter language. Write one Dart codebase, ship to iOS, Android, web, desktop, and embedded. It's verbose but predictable.
Real Talk
undefined
When You'll Hear This
undefined
Related Terms
Flutter
Flutter is Google's way of saying 'write once, run everywhere' and actually meaning it.
intermediateFrontend
Kotlin
Kotlin is like Java's cooler younger sibling who went to art school and came back with null safety and coroutines.
intermediateGeneral Dev
pub
pub is Flutter's package manager, like npm for JavaScript. Your app's dependencies live in pubspec.yaml.
beginnerGeneral Dev
Swift
Swift is Apple's way of saying 'Objective-C was a great experiment, but let's make something humans can actually read.
intermediateGeneral Dev