davidmartos96 / sqflite_sqlcipher

SQLite flutter plugin
BSD 2-Clause "Simplified" License
102 stars 46 forks source link

Encryption enabled message for Android #18

Closed bremington closed 4 years ago

bremington commented 4 years ago

David, I have your code working very well on both iOS and Android. When I initialize my iOS devices it logs Encryption enabled. I have the statement for proguard on Android and everything seems to work fine, except I dont see the Encryption enabled log message. Does this mean the encryption is not working or is there something else needed to display this confirmation on Android?

Thank you!

davidmartos96 commented 4 years ago

Actually, that message is only printed on iOS. I will remove it to avoid confusion. Thanks for pointing it out!

davidmartos96 commented 4 years ago

Closed by af9c519