Dart
Table of Contents
Introduction
Sources of information
Basics
Variables
Functions
Packages
Constructors
Abstract classes
Interface for fields
Async
- The Event Loop and Dart | webdev.dartlang.org
- Dart asynchronous programming: Isolates and event loops | by Kathy Walrath | Dart | Medium
- Async in Dart (Dart Developer Summit 2015) - YouTube
- flutter - What's the difference between async and async* in Dart? - Stack Overflow
- flutter - Difference between yield and yield* in Dart - Stack Overflow
- What are sync*, async*, yield and yield* in Dart? - Jelena Lecic - Medium
Unsorted
Intermediary
Command line apps
Compile to binary
- dart2native: support creating self-contained binary executables · Issue #36915 · dart-lang/sdk
- Announcing Dart 2.6 with dart2native: Compile Dart to self-contained, native executables
- DanTup/dart-native-executables: An example Dart project compiled to Windows, Linux, macOS native executables with GitHub Actions
- Compiling Dart to Native Executables for Windows, Linux and macOS with GitHub Actions