davidmartos96 / sqflite_sqlcipher

SQLite flutter plugin
BSD 2-Clause "Simplified" License
96 stars 41 forks source link

Fmdb override #78

Closed mohabbatta closed 10 months ago

mohabbatta commented 10 months ago

update fmdb override update SQLCipher from 4.4.0 to 4.5.0

davidmartos96 commented 10 months ago

Thanks! The pubspec.yaml version should be 2.0.3 as that branch is based on that version of sqflite. It hasn't been updated with newer versions. Are you encountering any issue leaving the version as is?

mohabbatta commented 10 months ago

No, I think there is no issue

davidmartos96 commented 10 months ago

Thanks for the PR! Now that it's merged you should be able to update the override by doing

flutter pub upgrade sqflite So that the pubspec.lock fetches the latest commit