Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dart 2 support? #70

Open
gmcdowell opened this issue Jan 28, 2019 · 2 comments
Open

Dart 2 support? #70

gmcdowell opened this issue Jan 28, 2019 · 2 comments

Comments

@gmcdowell
Copy link

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
Copy link

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
Copy link

Here is a possible PR: #71

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants