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 94b7b95 commit 3dc27b7Copy full SHA for 3dc27b7
lib/sqlite3_wasm.dart
@@ -0,0 +1,5 @@
1
+/// Re-exports [sqlite3 WASM](https://pub.dev/packages/sqlite3) to expose sqlite3 without
2
+/// adding it as a direct dependency.
3
+library;
4
+
5
+export 'package:sqlite3/wasm.dart';
0 commit comments