Skip to content

Commit d5daf8c

Browse files
committed
Prepare release
1 parent 0407796 commit d5daf8c

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

sqlite3/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.7.5
2+
3+
- On Windows, try loading `winsqlite3.dll` as a fallback if loading
4+
`sqlite3.dll` fails.
5+
16
## 2.7.4
27

38
- Prepare support for accessing SQLite through native assets. This is available

sqlite3/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ On Android, iOS and macOS, you can depend on the `sqlcipher_flutter_libs` packag
5353
[SQLCipher](https://www.zetetic.net/sqlcipher/) instead of SQLite.
5454
Just be sure to never depend on both `sqlcipher_flutter_libs` and `sqlite3_flutter_libs`!
5555

56+
When opting into the native assets SDK feature, you can also use the [`sqlite3_native_assets`](https://pub.dev/packages/sqlite3_native_assets)
57+
package to replace `sqlite3_flutter_libs` and platform-specific build scripts with
58+
a unified build that works on all Dart platforms!
59+
5660
### Manually providing sqlite3 libraries
5761

5862
Instead of using the sqlite3 library from the OS, you can also ship a custom sqlite3 library along

sqlite3/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sqlite3
22
description: Provides lightweight yet convenient bindings to SQLite by using dart:ffi
3-
version: 2.7.4
3+
version: 2.7.5
44
homepage: https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3
55
issue_tracker: https://github.com/simolus3/sqlite3.dart/issues
66

0 commit comments

Comments
 (0)