tekartik / sqflite

SQLite flutter plugin
BSD 2-Clause "Simplified" License
2.88k stars 527 forks source link

SQLite Upgrade? #1098

Closed Blackheart8788 closed 4 months ago

Blackheart8788 commented 7 months ago

Is there any plan to bring sqflite to the latest SQLite stable version? If so when can we expect it to happen?

Thanks a lot for taking the time to answer,

alextekartik commented 7 months ago

sqflite uses whatever version the platform provides so likely not the latest version. You might want to try sqflite_common_ffi for using a custom flutter libs using https://pub.dev/packages/sqlite3_flutter_libs package.

More information here: https://github.com/tekartik/sqflite/tree/master/sqflite_common_ffi#readme

Blackheart8788 commented 4 months ago

Thanks for your response, sorry for my late response. I'll try your recommendations.