dart-sdk/samples
Daco Harkes af4940fc57 [samples/ffi] Generate sqlite3 bindings with package:ffigen
Cleanup handwritten code now that we do have a generator.

We don't need package:ffigen in the DEPS, because we don't run it
anywhere in the SDK build or tests. It is a dev dependency and the
generated file is checked in.

Change-Id: I02784ca5895b4e878a0fed696a34c546a71c2702
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152141
Commit-Queue: Daco Harkes <dacoharkes@google.com>
Reviewed-by: Jonas Jensen <jonasfj@google.com>
2020-08-11 09:15:59 +00:00
..
ffi [samples/ffi] Generate sqlite3 bindings with package:ffigen 2020-08-11 09:15:59 +00:00
sample_extension Add README for samples/sample_extension 2019-10-18 15:33:06 +00:00
.gitignore Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
README Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
samples.status [vm/ffi] Expose dart_native_api.h symbols via dart:ffi 2020-02-28 18:44:45 +00:00

This directory contains sample Dart programs.