Dart
Dart was pushed by Google and is the language of Flutter, the framework for building mobile, web and desktop apps from a single codebase. Modern, typed and optimized for smooth interfaces.
- Creado por Google
- Año 2011
- Paradigma: Object-oriented · compiled/JIT
- Extensiones: .dart
Para qué se usa
- Flutter apps
- Cross-platform
- Web frontend
A favor
- Cross-platform with Flutter
- Modern and typed
- Hot reload
En contra
- Mostly only used with Flutter
- Limited ecosystem
- Google dependency
Ecosistema
- Flutter
- pub
- Riverpod
- Dio
- GetX
- Go Router
Ejemplo
void main() {
print('¡Hola, mundo!');
}