A collection of Dart programs that illustrate features and best practices. For a list of community-maintained projects, see Awesome Dart.
- extension_methods - A set of samples that demonstrates the extension methods syntax and shows some common use cases of the feature.
- ffi - A series of simple examples demonstrating how to call C libraries from Dart.
- native_app - A
command line application that can be compiled to native code using
dart2native
.
- Pop, Pop, Win! (Dart team) - An implementation of Minesweeper in Dart.
- Dart tutorials samples (Dart team) - A set of small samples used by the online Dart tutorials.
See the Contributing guide for details on how to contribute.