745f112ef6
Opt an initial batch of files under samples, samples-dev, utils, and runtime/tools/dartfuzz out of null safety in preparation for switching the flag on by default. Change-Id: Icdfd52a5a969e678a7205903332f73fe3841c223 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/166960 Reviewed-by: Daco Harkes <dacoharkes@google.com> Commit-Queue: Leaf Petersen <leafp@google.com>
This directory contains samples of native extensions.
To run the samples, first build both the Dart SDK and the runtime. For example:
$ ./tools/build.py create_sdk runtime
Then execute the sample programs. For example:
$ xcodebuild/ReleaseX64/dart samples/sample_extension/test/sample_extension_test.dart