dart-sqlite
dart-sqlite copied to clipboard
SQLite bindings for the Dart VM
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...
it show me: root@well:/home/well/myflutter/customers# flutter run Running 'flutter packages get' in customers... 12679ms Error detected in application source code: error: Unable to read Dart source 'package:sqlite/src/dart-ext:dart_sqlite'. then ,i have no...
im on ubuntu 16.04 dart sdk 1.19 sqlite 0.4.0 1. I do ... var db = new sqlite.Database("pathtosqlite") ... 2. I get a database connection and pass it through some...
coveralls.io