dart-sqlite
dart-sqlite copied to clipboard
Dart 2 support?
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
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
Here is a possible PR: https://github.com/pylaligand/dart-sqlite/pull/71