pylaligand / dart-sqlite

SQLite bindings for the Dart VM
Apache License 2.0
57 stars 30 forks source link

Dart 2 support? #70

Open gmcdowell opened 5 years ago

gmcdowell commented 5 years ago

Hi,

Just wondering if there are any plans on updating this package to support Dart version 2?

We are developing a Flutter app and are making use of the sqflite package, however testing is complicated by the device OS dependency e.g. only supports on Android or iOS.

Ideally we'd like to be able to utilise this package to construct a specialised Sqlite DB interface for non-device environments but benefit from the common underlying SQL syntax and record changes. Use of Mockito not sufficient.

Hope the above makes sense as to use-case.

thx

sean-kenny commented 5 years ago

WIP - but I started a branch in hopes off adding support for Dart 2 here https://github.com/sean-kenny/dart-sqlite/tree/support_dart2

sean-kenny commented 5 years ago

Here is a possible PR: https://github.com/pylaligand/dart-sqlite/pull/71