We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7b933 commit 9f7495fCopy full SHA for 9f7495f
sqlite3/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 2.9.2
2
+
3
+- Fix a bug introduced in version `2.9.1` where the SQLite framework provided by
4
+ `sqlite3_flutter_libs` would not load correctly on iOS.
5
6
## 2.9.1
7
8
- Check for error codes when binding values to prepared statements.
sqlite3/pubspec.yaml
@@ -1,6 +1,6 @@
name: sqlite3
description: Provides lightweight yet convenient bindings to SQLite by using dart:ffi
-version: 2.9.1
+version: 2.9.2
homepage: https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3
issue_tracker: https://github.com/simolus3/sqlite3.dart/issues
resolution: workspace
0 commit comments