davidmartos96 / sqflite_sqlcipher

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

Could you extend the support for Desktop,Linux and web ? #35

Closed raghavan-mookiah closed 3 years ago

raghavan-mookiah commented 3 years ago

Currently the plugin support only ANDROID IOS and MACOS. Do you have a roadmap to support desktop, Linux and web?

davidmartos96 commented 3 years ago

@raghavan-mookiah Hello! I don't have plans to include support for Linux and Windows in this package because those platforms don't provide the Sqlcipher native libraries unless they are installed by the end user. You can still use Sqlcipher in those platforms though, but not through this package which relies in platform channels. Check out the following comment: https://github.com/davidmartos96/sqflite_sqlcipher/issues/28#issuecomment-733636725

About web, I don't think is possible with Sqlcipher.