Skip to content

Commit 314bfba

Browse files
committed
updated version
1 parent e3e21c7 commit 314bfba

File tree

13 files changed

+17
-30
lines changed

13 files changed

+17
-30
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.4.4
2+
3+
- Updated binaries to 1.3.2
4+
15
## 3.4.3
26

37
- Added false_secrets to pubspec

example/linux/flutter/generated_plugins.cmake

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ list(APPEND FLUTTER_PLUGIN_LIST
66
fast_rsa
77
)
88

9-
list(APPEND FLUTTER_FFI_PLUGIN_LIST
10-
)
11-
129
set(PLUGIN_BUNDLED_LIBRARIES)
1310

1411
foreach(plugin ${FLUTTER_PLUGIN_LIST})
@@ -17,8 +14,3 @@ foreach(plugin ${FLUTTER_PLUGIN_LIST})
1714
list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
1815
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
1916
endforeach(plugin)
20-
21-
foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})
22-
add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/linux plugins/${ffi_plugin})
23-
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
24-
endforeach(ffi_plugin)

example/pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: archive
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "3.1.8"
10+
version: "3.1.6"
1111
async:
1212
dependency: transitive
1313
description:
@@ -77,7 +77,7 @@ packages:
7777
path: ".."
7878
relative: true
7979
source: path
80-
version: "3.4.3"
80+
version: "3.4.4"
8181
ffi:
8282
dependency: transitive
8383
description:
@@ -135,7 +135,7 @@ packages:
135135
name: js
136136
url: "https://pub.dartlang.org"
137137
source: hosted
138-
version: "0.6.4"
138+
version: "0.6.3"
139139
matcher:
140140
dependency: transitive
141141
description:
@@ -163,7 +163,7 @@ packages:
163163
name: path
164164
url: "https://pub.dartlang.org"
165165
source: hosted
166-
version: "1.8.1"
166+
version: "1.8.0"
167167
platform:
168168
dependency: transitive
169169
description:
@@ -231,7 +231,7 @@ packages:
231231
name: test_api
232232
url: "https://pub.dartlang.org"
233233
source: hosted
234-
version: "0.4.9"
234+
version: "0.4.8"
235235
typed_data:
236236
dependency: transitive
237237
description:
@@ -261,5 +261,5 @@ packages:
261261
source: hosted
262262
version: "3.0.0"
263263
sdks:
264-
dart: ">=2.16.0-100.0.dev <3.0.0"
264+
dart: ">=2.14.0 <3.0.0"
265265
flutter: ">=1.10.0"

example/windows/flutter/generated_plugins.cmake

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ list(APPEND FLUTTER_PLUGIN_LIST
66
fast_rsa
77
)
88

9-
list(APPEND FLUTTER_FFI_PLUGIN_LIST
10-
)
11-
129
set(PLUGIN_BUNDLED_LIBRARIES)
1310

1411
foreach(plugin ${FLUTTER_PLUGIN_LIST})
@@ -17,8 +14,3 @@ foreach(plugin ${FLUTTER_PLUGIN_LIST})
1714
list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
1815
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
1916
endforeach(plugin)
20-
21-
foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})
22-
add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/windows plugins/${ffi_plugin})
23-
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
24-
endforeach(ffi_plugin)

ios/librsa_bridge.a

-4.87 MB
Binary file not shown.

ios/librsa_bridge.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ typedef struct { void *data; GoInt len; GoInt cap; } GoSlice;
7474
extern "C" {
7575
#endif
7676

77-
78-
extern BytesReturn* RSABridgeCall(char* p0, void* p1, int p2);
77+
extern BytesReturn* RSABridgeCall(char* name, void* payload, int payloadSize);
7978

8079
#ifdef __cplusplus
8180
}

lib/web/assets/wasm_exec.js

100644100755
File mode changed.

linux/shared/librsa_bridge.so

-358 KB
Binary file not shown.

macos/librsa_bridge.dylib

-246 KB
Binary file not shown.

pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ packages:
8585
name: js
8686
url: "https://pub.dartlang.org"
8787
source: hosted
88-
version: "0.6.4"
88+
version: "0.6.3"
8989
matcher:
9090
dependency: transitive
9191
description:
@@ -113,7 +113,7 @@ packages:
113113
name: path
114114
url: "https://pub.dartlang.org"
115115
source: hosted
116-
version: "1.8.1"
116+
version: "1.8.0"
117117
sky_engine:
118118
dependency: transitive
119119
description: flutter
@@ -160,7 +160,7 @@ packages:
160160
name: test_api
161161
url: "https://pub.dartlang.org"
162162
source: hosted
163-
version: "0.4.9"
163+
version: "0.4.8"
164164
typed_data:
165165
dependency: transitive
166166
description:
@@ -176,5 +176,5 @@ packages:
176176
source: hosted
177177
version: "2.1.1"
178178
sdks:
179-
dart: ">=2.16.0-100.0.dev <3.0.0"
179+
dart: ">=2.14.0 <3.0.0"
180180
flutter: ">=1.10.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fast_rsa
22
description: library for use RSA with support for android and ios, macOS, linux, windows, web and hover
3-
version: 3.4.3
3+
version: 3.4.4
44
homepage: https://github.com/jerson/flutter-rsa
55

66
environment:

windows/shared/librsa_bridge.dll

-573 KB
Binary file not shown.

windows/shared/librsa_bridge.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ typedef struct { void *data; GoInt len; GoInt cap; } GoSlice;
7474
extern "C" {
7575
#endif
7676

77-
extern BytesReturn* RSABridgeCall(char* name, void* payload, int payloadSize);
77+
extern __declspec(dllexport) BytesReturn* RSABridgeCall(char* name, void* payload, int payloadSize);
7878

7979
#ifdef __cplusplus
8080
}

0 commit comments

Comments
 (0)