Skip to content

Commit

Permalink
[sqflite_common_ffi_web] remove io dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Dec 5, 2023
1 parent 2b23521 commit a98f6b3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions packages_web/sqflite_common_ffi_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sqflite_common_ffi_web
repository: https://github.com/tekartik/sqflite/tree/master/packages_web/sqflite_common_ffi_web
description: Sqflite web implementation using sqlite3 ffi and sqlite3 wasm.
version: 0.4.2
version: 0.4.2+2
funding:
- https://github.com/sponsors/alextekartik

Expand All @@ -14,20 +14,19 @@ topics:
- database

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: '>=3.2.0 <4.0.0'

dependencies:
path: '>=1.7.0 <3.0.0'
sqflite_common_ffi: '>=2.3.0-1 <4.0.0'
sqflite_common: '>=2.5.0-1 <4.0.0'
sqlite3: '^2.0.0'
sqflite_common_ffi: '>=2.3.0+4 <4.0.0'
sqflite_common: '>=2.5.0+2 <4.0.0'
sqlite3: '>=2.2.0 <4.0.0'
http: '>=0.13.4 <2.0.0'
js: '>=0.6.4 <2.0.0'
synchronized: '>=3.0.0+3 <5.0.0'
process_run: '>=0.12.3+2 <2.0.0'
dev_build: '>=0.16.3+1 <2.0.0'
pub_semver: '>=2.1.2 <4.0.0'
io: '>=1.0.3 <3.0.0'
args: '>=2.3.1 <4.0.0'
meta: '>=1.8.0 <3.0.0'
dev_dependencies:
Expand Down

0 comments on commit a98f6b3

Please sign in to comment.