davidmartos96 / sqflite_sqlcipher

SQLite flutter plugin
BSD 2-Clause "Simplified" License
99 stars 44 forks source link

Update Sqflite to the lastest version #73

Closed KristijanZic closed 5 months ago

KristijanZic commented 1 year ago

This lib seems to be behind the Sqflite for a long time. Could you sync it with the latest Sqflite?

davidmartos96 commented 1 year ago

I'm currently quite busy to dedicate time to that, considering sqflite versions change almost nothing and have been very stable over the years. I'm happy to accept PRs though.

KristijanZic commented 1 year ago

No worries, I understand. No big deal while it works then.

davidmartos96 commented 5 months ago

This package uses sqflite_common under the hood, which can use latest version. Even though this repo started as a fork, it doesn't necessarily need to match what you see in the sqflite repository.