drift/moor_ffi/pubspec.yaml

23 lines
664 B
YAML
Raw Normal View History

name: moor_ffi
2019-09-25 01:36:43 -07:00
description: "Provides experimental sqlite bindings using dart:ffi, including a moor executor"
version: 0.0.1
2019-09-22 07:26:17 -07:00
author: Simon Binder <oss@simonbinder.eu>
homepage: https://github.com/simolus3/moor/tree/develop/moor_ffi
issue_tracker: https://github.com/simolus3/moor/issues
environment:
sdk: ">=2.5.0-dev <2.6.0"
dependencies:
moor: ">=1.7.0 <2.1.0"
2019-09-25 01:36:43 -07:00
collection: ^1.0.0
dev_dependencies:
test: ^1.6.0
path: ^1.6.0
flutter:
plugin:
# the flutter.plugin key needs to exists so that this project gets recognized as a plugin when imported. We need to
# get recognized as a plugin so that our build scripts are executed.
foo: bar