-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpubspec.yaml
More file actions
27 lines (22 loc) · 711 Bytes
/
pubspec.yaml
File metadata and controls
27 lines (22 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: sqlcipher_library_windows
description: Flutter package to bundle SQLCipher(sqlite3) library to your windows apps
version: 1.0.2
homepage: https://github.com/MobiliteDev/sqlcipher_library_windows
environment:
sdk: ">=2.15.0 <3.0.0"
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
path: ">=1.8.0 <3.0.0"
dev_dependencies:
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
assets:
- assets/sqlcipher.dll
- assets/libcrypto-1_1-x64.dll #needed for sqlcipher
- assets/libssl-1_1-x64.dll #needed for sqlcipher (?)