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 d2c2830 commit 544bc15Copy full SHA for 544bc15
sqlite3_web/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.4.1
2
+
3
+- Support older versions of `package:meta`.
4
5
## 0.4.0
6
7
- Remove `userVersion` and `setUserVersion`. Users should run the pragma statements manually.
sqlite3_web/pubspec.yaml
@@ -1,6 +1,6 @@
name: sqlite3_web
description: Utilities to simplify accessing sqlite3 on the web, with automated feature detection.
-version: 0.4.0
+version: 0.4.1
homepage: https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3_web
repository: https://github.com/simolus3/sqlite3.dart
resolution: workspace
@@ -9,7 +9,7 @@ environment:
9
sdk: ^3.5.0
10
11
dependencies:
12
- meta: ^1.17.0
+ meta: ^1.11.0
13
sqlite3: ^2.9.4
14
stream_channel: ^2.1.2
15
web: ^1.0.0
0 commit comments