davidmartos96 / sqflite_sqlcipher

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

Hi David #22

Closed misici234 closed 4 years ago

misici234 commented 4 years ago

Your example project on https://pub.dev/packages/sqflite_sqlcipher/example is not complete. You provided us only example/lib/main.dart file but no other files which are imported into this one. Please added the missing files and fully expose your example project. Thanks. Regards, Boris Misic

davidmartos96 commented 4 years ago

Hi! That is how pub.dev works. It only shows the main file. If you want to look at the whole example I encourage you to clone the repository on your machine. In any case, the example project is more like a test suite than an example. You may want to look up how to use the sqflite library first. This package has the same API, only that the database is encrypted and there is an optional parameter when opening/creating the database.

misici234 commented 4 years ago

Where is your repository with this example? I tried to search it and couldn't find it there.

davidmartos96 commented 4 years ago

It's under the sqflite directory https://github.com/davidmartos96/sqflite_sqlcipher/tree/master/sqflite/example