Open SSoetaert opened 6 months ago
provide a complete minimal example
@SSoetaert i have merged with the latest sqflite see https://github.com/iulian0512/sqflite master branch
you will also need these overrides in pubspec.yaml
sqflite:
git:
url: https://github.com/iulian0512/sqflite
path: sqflite
ref: b433114c1f4481bd1aa72c56a1e29953b1533bb5
sqflite_common_ffi:
git:
url: https://github.com/iulian0512/sqflite
path: sqflite_common_ffi
ref: b433114c1f4481bd1aa72c56a1e29953b1533bb5
sqflite_darwin:
git:
url: https://github.com/iulian0512/sqflite
path: sqflite_darwin
ref: b433114c1f4481bd1aa72c56a1e29953b1533bb5
sqflite_android:
git:
url: https://github.com/iulian0512/sqflite
path: sqflite_android
ref: b433114c1f4481bd1aa72c56a1e29953b1533bb5
Hi,
Since the latest new version of the sqlite package, the geospatial functions do not work anymore. I saw in the read me of the darwin folder that the FMDB package is not added anymore as a dependency. Did I forgot to do something?
Kind Regards, Sander