davidmartos96/sqflite_sqlcipher

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

raghavan-mookiah opened this issue · 1 comments

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

@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: #28 (comment)

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