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

Geospatial functions not found after recent updates #2

Open
SSoetaert opened this issue May 18, 2024 · 2 comments
Open

Geospatial functions not found after recent updates #2

SSoetaert opened this issue May 18, 2024 · 2 comments

Comments

@SSoetaert
Copy link

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

@iulian0512
Copy link
Owner

provide a complete minimal example

@iulian0512
Copy link
Owner

iulian0512 commented Nov 8, 2024

@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
  

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