native_sqlcipher 0.1.0 copy "native_sqlcipher: ^0.1.0" to clipboard
native_sqlcipher: ^0.1.0 copied to clipboard

A new flutter plugin project.

native_sqlcipher #

Flutter sqlcipher plugin, for using sqlcipher in both Android and iOS by dart:ffi. The implementations are copied from dart ffi example. However there're a few changes made:

  • Use sqlcipher(sqlite 3.31.0) instead of sqlite
  • Added support to both Android and iOS platform
  • Additional apis are added

This plugin is mainly created to support secure storage in Okapia app.

Please refer example/lib/main.dart for usage.

0
likes
90
pub points
0%
popularity

Publisher

unverified uploader

A new flutter plugin project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

ffi, flutter

More

Packages that depend on native_sqlcipher