drift/examples/encryption
Simon Binder 220c7125a3
Update to lints 3.0.0
2023-11-16 21:25:21 +01:00
..
android Add encryption example 2022-08-25 21:17:08 +02:00
ios 🐛 Use correct type for enum converter 2022-11-30 23:53:46 +08:00
lib Update to lints 3.0.0 2023-11-16 21:25:21 +01:00
linux Update assets from `flutter pub get` 2023-10-10 21:58:05 +02:00
macos Update assets from `flutter pub get` 2023-10-10 21:58:05 +02:00
test Add encryption example 2022-08-25 21:17:08 +02:00
windows Update assets from `flutter pub get` 2023-10-10 21:58:05 +02:00
.gitignore Add encryption example 2022-08-25 21:17:08 +02:00
.metadata Add encryption example 2022-08-25 21:17:08 +02:00
README.md Add encryption example 2022-08-25 21:17:08 +02:00
analysis_options.yaml Add encryption example 2022-08-25 21:17:08 +02:00
pubspec.yaml Update to lints 3.0.0 2023-11-16 21:25:21 +01:00

README.md

drift_encryption_sample

This simple example demonstrates how to use drift with an encrypted database, based on sqlcipher_flutter_libs.

At the moment, this app supports Android, iOS and macOS.

To run it, simply use flutter run.