sqlcipher_library_windows 1.0.2 copy "sqlcipher_library_windows: ^1.0.2" to clipboard
sqlcipher_library_windows: ^1.0.2 copied to clipboard

Flutter package to bundle SQLCipher(sqlite3) library to your windows apps

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sqlcipher_library_windows

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  sqlcipher_library_windows: ^1.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sqlcipher_library_windows/sqlcipher_library_windows.dart';
3
likes
150
points
537
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package to bundle SQLCipher(sqlite3) library to your windows apps

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter, path

More

Packages that depend on sqlcipher_library_windows