dart-sqlite icon indicating copy to clipboard operation
dart-sqlite copied to clipboard

Dart 2 support?

Open gmcdowell opened this issue 6 years ago • 2 comments

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

gmcdowell avatar Jan 28 '19 22:01 gmcdowell

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 avatar Aug 05 '19 07:08 sean-kenny

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

sean-kenny avatar Aug 05 '19 21:08 sean-kenny