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

outdated

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.0

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
0
pub points
77%
popularity

Publisher

unverified uploader

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

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on sqlcipher_library_windows