# samples **Repository Path**: tickCoder-mirrors/dart-lang-samples ## Basic Information - **Project Name**: samples - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-04 - **Last Updated**: 2021-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Dart samples [![CI](https://github.com/dart-lang/samples/workflows/Dart%20CI/badge.svg)](https://github.com/dart-lang/samples/actions?query=branch%3Amaster) A collection of [Dart][dart] programs that illustrate features and best practices. For a list of community-maintained projects, see [Awesome Dart][awesome-dart]. ## Index - [command_line](https://github.com/dart-lang/samples/blob/master/extension_methods) - A command line app that parses command-line options and fetches from GitHub. - [extension_methods](https://github.com/dart-lang/samples/blob/master/extension_methods) - A set of samples that demonstrates the extension methods syntax and shows some common use cases of the feature. - [null_safety/calculate_lix](https://github.com/dart-lang/samples/tree/master/null_safety/calculate_lix) - A sample app that calculates the 'lix' readability index with an implementation that uses the tech preview of Dart's new null safety feature. - [ffi](https://github.com/dart-lang/samples/blob/master/ffi) - A series of simple examples demonstrating how to call C libraries from Dart. - [native_app](https://github.com/dart-lang/samples/blob/master/native_app) - A command line application that can be compiled to native code using `dart2native`. - [server](https://github.com/dart-lang/samples/blob/master/server) - Examples of running Dart on the server. ## More samples - [Pop, Pop, Win!][pop-pop-win] **(Dart team)** - An implementation of Minesweeper in Dart. - [Dart tutorials samples][dart-tutorials-github] **(Dart team)** - A set of small samples used by the online [Dart tutorials][dart-tutorials]. ## Contributing See the [Contributing guide][contributing] for details on how to contribute. [dart]: https://dart.dev [awesome-dart]: https://github.com/yissachar/awesome-dart [contributing]: https://github.com/dart-lang/samples/blob/master/CONTRIBUTING.md [pop-pop-win]: https://github.com/dart-lang/sample-pop_pop_win [dart-tutorials-github]: https://github.com/dart-lang/dart-tutorials-samples [dart-tutorials]: https://dart.dev/tutorials