81584f5d03
The sample wasn't working for the longest time. Fixes: - Null safety, and late fields. - `dart pub` instead of `pub`. - Use the new `NativeFinalizer` and `Finalizable` features. Change-Id: I0a397abae511ab3f6762d1b2c4047226d15e36d6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/143804 Commit-Queue: Daco Harkes <dacoharkes@google.com> Reviewed-by: Michael Thomsen <mit@google.com>
11 lines
183 B
YAML
11 lines
183 B
YAML
name: sqlite3
|
|
version: 0.0.1
|
|
description: >-
|
|
Sqlite3 wrapper. Demo for dart:ffi.
|
|
environment:
|
|
sdk: '>=2.17.0 <3.0.0'
|
|
dependencies:
|
|
ffi: ^2.0.0
|
|
dev_dependencies:
|
|
test: ^1.21.1
|