Skip to content
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
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -678,10 +678,10 @@ packages:
dependency: "direct main"
description:
name: fula_client
sha256: ae3a062405c17a2452c18a307a96cdea30cf508d5f2b17494b28af5b440b3297
sha256: db7227fac33aaf4e4dd1879533ce11eda21327335b7d8ac1d21c6d5ee465161d
url: "https://pub.dev"
source: hosted
version: "0.6.11"
version: "0.6.12"
get_it:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
google_sign_in_web: ^1.0.0

# Storage & Files (with Encryption)
fula_client: ^0.6.11
fula_client: ^0.6.12
path_provider: ^2.1.5
file_picker: ^10.3.7
open_filex: ^4.6.0
Expand Down
2 changes: 1 addition & 1 deletion web/pkg/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.11
0.6.12
16 changes: 8 additions & 8 deletions web/pkg/fula_flutter.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,20 +230,20 @@ let wasm_bindgen;

let WASM_VECTOR_LEN = 0;

function wasm_bindgen__convert__closures_____invoke__h125d5060f3bccfeb(arg0, arg1) {
wasm.wasm_bindgen__convert__closures_____invoke__h125d5060f3bccfeb(arg0, arg1);
}

function wasm_bindgen__convert__closures_____invoke__h156dc1696d09afb9(arg0, arg1, arg2) {
wasm.wasm_bindgen__convert__closures_____invoke__h156dc1696d09afb9(arg0, arg1, arg2);
function wasm_bindgen__convert__closures_____invoke__h89b57d53ed7c2005(arg0, arg1, arg2) {
wasm.wasm_bindgen__convert__closures_____invoke__h89b57d53ed7c2005(arg0, arg1, arg2);
}

function wasm_bindgen__convert__closures_____invoke__h517c9bfd8b0e7441(arg0, arg1) {
wasm.wasm_bindgen__convert__closures_____invoke__h517c9bfd8b0e7441(arg0, arg1);
}

function wasm_bindgen__convert__closures_____invoke__h89b57d53ed7c2005(arg0, arg1, arg2) {
wasm.wasm_bindgen__convert__closures_____invoke__h89b57d53ed7c2005(arg0, arg1, arg2);
function wasm_bindgen__convert__closures_____invoke__h156dc1696d09afb9(arg0, arg1, arg2) {
wasm.wasm_bindgen__convert__closures_____invoke__h156dc1696d09afb9(arg0, arg1, arg2);
}

function wasm_bindgen__convert__closures_____invoke__h125d5060f3bccfeb(arg0, arg1) {
wasm.wasm_bindgen__convert__closures_____invoke__h125d5060f3bccfeb(arg0, arg1);
}

const __wbindgen_enum_RequestCache = ["default", "no-store", "reload", "no-cache", "force-cache", "only-if-cached"];
Expand Down
Binary file modified web/pkg/fula_flutter_bg.wasm
Binary file not shown.