Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependencies again #102

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: ff544f6693ba1d08d687403a4d1c36bf09d53b2e
resolved-ref: ff544f6693ba1d08d687403a4d1c36bf09d53b2e
ref: "1657f62fe7545ac43a339e0a5ee2b82bacd81e9f"
resolved-ref: "1657f62fe7545ac43a339e0a5ee2b82bacd81e9f"
url: "https://github.com/wgh136/flutter_qjs"
source: git
version: "0.3.7"
Expand All @@ -433,9 +433,9 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "480fb169dd1dcfd7e0bace6795f804f94603e1c9"
resolved-ref: "480fb169dd1dcfd7e0bace6795f804f94603e1c9"
url: "https://github.com/UjuiUjuMandan/flutter_saf"
ref: "7637b8b67d0a831f3cd7e702b8173e300880d32e"
resolved-ref: "7637b8b67d0a831f3cd7e702b8173e300880d32e"
url: "https://github.com/pkuislm/flutter_saf.git"
source: git
version: "0.0.1"
flutter_test:
Expand Down Expand Up @@ -629,8 +629,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "31fec41cefc565a8b2f4f71dcb5fde0359148333"
resolved-ref: "31fec41cefc565a8b2f4f71dcb5fde0359148333"
ref: "9a784b193af5d55b2a35e58fa390bda3e4f35d00"
resolved-ref: "9a784b193af5d55b2a35e58fa390bda3e4f35d00"
url: "https://github.com/venera-app/lodepng_flutter"
source: git
version: "0.0.1"
Expand Down Expand Up @@ -1126,11 +1126,11 @@ packages:
dependency: "direct main"
description:
path: "."
ref: eafa3edda062d99eefc1e765f96f44659bdd6b3d
resolved-ref: eafa3edda062d99eefc1e765f96f44659bdd6b3d
ref: "7fb4e6ad7662f787f2c248b01f89ccbf8e8ab5cc"
resolved-ref: "7fb4e6ad7662f787f2c248b01f89ccbf8e8ab5cc"
url: "https://github.com/wgh136/zip_flutter"
source: git
version: "0.0.3"
version: "0.0.4"
sdks:
dart: ">=3.6.0 <4.0.0"
flutter: ">=3.27.0"
flutter: ">=3.27.1"
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
flutter_qjs:
git:
url: https://github.com/wgh136/flutter_qjs
ref: ff544f6693ba1d08d687403a4d1c36bf09d53b2e
ref: 1657f62fe7545ac43a339e0a5ee2b82bacd81e9f
crypto: ^3.0.6
dio: ^5.7.0
html: ^0.15.5
Expand Down Expand Up @@ -54,11 +54,11 @@ dependencies:
zip_flutter:
git:
url: https://github.com/wgh136/zip_flutter
ref: eafa3edda062d99eefc1e765f96f44659bdd6b3d
ref: 7fb4e6ad7662f787f2c248b01f89ccbf8e8ab5cc
lodepng_flutter:
git:
url: https://github.com/venera-app/lodepng_flutter
ref: 31fec41cefc565a8b2f4f71dcb5fde0359148333
ref: 9a784b193af5d55b2a35e58fa390bda3e4f35d00
rhttp: 0.9.6
webdav_client:
git:
Expand All @@ -68,8 +68,8 @@ dependencies:
local_auth: ^2.3.0
flutter_saf:
git:
url: https://github.com/UjuiUjuMandan/flutter_saf
ref: 480fb169dd1dcfd7e0bace6795f804f94603e1c9
url: https://github.com/pkuislm/flutter_saf.git
ref: 7637b8b67d0a831f3cd7e702b8173e300880d32e
pdf: ^3.11.1
dynamic_color: ^1.7.0
shimmer: ^3.0.0
Expand Down Expand Up @@ -100,4 +100,4 @@ flutter_to_arch:
url: https://github.com/venera-app/venera
depends:
- gtk3
- webkit2gtk-4.1
- webkit2gtk-4.1
Loading