File tree 11 files changed +204
-157
lines changed
assets/notification_sounds
11 files changed +204
-157
lines changed Original file line number Diff line number Diff line change 145
145
9705A1C41CF9048500538489 /* Embed Frameworks */,
146
146
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
147
147
0F171E09667665C190E02FEB /* [CP] Embed Pods Frameworks */,
148
+ 202409385DA6527274B2FFDD /* [CP] Copy Pods Resources */,
148
149
);
149
150
buildRules = (
150
151
);
220
221
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
221
222
showEnvVarsInLog = 0;
222
223
};
224
+ 202409385DA6527274B2FFDD /* [CP] Copy Pods Resources */ = {
225
+ isa = PBXShellScriptBuildPhase;
226
+ buildActionMask = 2147483647;
227
+ files = (
228
+ );
229
+ inputFileListPaths = (
230
+ "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
231
+ );
232
+ name = "[CP] Copy Pods Resources";
233
+ outputFileListPaths = (
234
+ "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
235
+ );
236
+ runOnlyForDeploymentPostprocessing = 0;
237
+ shellPath = /bin/sh;
238
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
239
+ showEnvVarsInLog = 0;
240
+ };
223
241
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
224
242
isa = PBXShellScriptBuildPhase;
225
243
alwaysOutOfDate = 1;
Original file line number Diff line number Diff line change @@ -13,35 +13,38 @@ dependencies:
13
13
sdk : flutter
14
14
cupertino_icons : ^1.0.2
15
15
permission_handler : ^8.1.6
16
- flutter_inappwebview : ^5.8.0
17
- url_launcher : ^6.0.10
18
- backendless_sdk : ^8.0.0-alpha.27
16
+ flutter_inappwebview : ^6.1.0+1
17
+ url_launcher : ^6.3.0
18
+ backendless_sdk : ^8.0.0-alpha.28
19
19
overlay_support : ^2.0.1
20
- audioplayers : ^5.1.0
21
20
geolocator : ^8.0.5
22
- sign_in_with_apple : ^3.3.0
21
+ sign_in_with_apple : ^6.1.2
23
22
google_sign_in : ^5.4.1
24
- flutter_facebook_auth : ^5.0.7
25
- uni_links : ^0.5.1
23
+ flutter_facebook_auth : ^7.1.1
24
+ app_links : ^6.3.2
26
25
path_provider : ^2.0.12
27
- package_info_plus : ^3 .0.2
26
+ package_info_plus : ^8 .0.2
28
27
share_plus : 7.0.2
29
28
flutter_contacts : ^1.1.7+1
30
- syncfusion_flutter_pdfviewer : ^21.2.10
31
- firebase_core : ^2.7.0
32
- firebase_messaging : ^14.7.10
29
+ syncfusion_flutter_pdfviewer : ^27.1.50
30
+ firebase_core : ^3.1.1
31
+ firebase_messaging : ^15.0.2
33
32
sensors_plus : ^4.0.2
34
33
pay : ^2.0.0
35
34
36
35
dev_dependencies :
37
36
flutter_test :
38
37
sdk : flutter
39
38
39
+ dependency_overrides :
40
+ win32 : ^5.5.4
41
+ url_launcher_ios : ^6.3.1
42
+ flutter_local_notifications : ^17.2.3
43
+
40
44
flutter :
41
45
uses-material-design : true
42
46
assets :
43
47
- images/
44
- - assets/notification_sounds/push_sound.wav
45
48
- assets/ui_builder_app/
46
49
- assets/ui_builder_app/library/sdk/
47
50
- assets/ui_builder_app/libs/less/
Original file line number Diff line number Diff line change 145
145
9705A1C41CF9048500538489 /* Embed Frameworks */,
146
146
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
147
147
0F171E09667665C190E02FEB /* [CP] Embed Pods Frameworks */,
148
+ 202409385DA6527274B2FFDD /* [CP] Copy Pods Resources */,
148
149
);
149
150
buildRules = (
150
151
);
220
221
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
221
222
showEnvVarsInLog = 0;
222
223
};
224
+ 202409385DA6527274B2FFDD /* [CP] Copy Pods Resources */ = {
225
+ isa = PBXShellScriptBuildPhase;
226
+ buildActionMask = 2147483647;
227
+ files = (
228
+ );
229
+ inputFileListPaths = (
230
+ "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
231
+ );
232
+ name = "[CP] Copy Pods Resources";
233
+ outputFileListPaths = (
234
+ "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
235
+ );
236
+ runOnlyForDeploymentPostprocessing = 0;
237
+ shellPath = /bin/sh;
238
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
239
+ showEnvVarsInLog = 0;
240
+ };
223
241
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
224
242
isa = PBXShellScriptBuildPhase;
225
243
alwaysOutOfDate = 1;
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ class Bridge {
21
21
22
22
String ? result;
23
23
try {
24
- print ('got data from codeless: $message ' );
25
- Map data = await jsonDecode (message! );
24
+ print ('got data from codeless: ${ message !. data } ' );
25
+ Map data = await jsonDecode (message.data );
26
26
27
27
var systemEvent =
28
28
await BridgeValidator .hasSystemEvent (data['event' ]);
@@ -53,7 +53,9 @@ class Bridge {
53
53
} else if (result.contains ('\" type\" :\" ADD_LISTENER\" ' )) {}
54
54
55
55
print ('sent data to codeless: $result ' );
56
- await replyProxy.postMessage (result);
56
+
57
+ WebMessage webMessage = WebMessage (data: result);
58
+ await replyProxy.postMessage (webMessage);
57
59
} catch (ex) {
58
60
throw Exception (ex);
59
61
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ typedef void CallbackFunction(Map data);
7
7
class BridgeEvent {
8
8
final String id;
9
9
final String eventName;
10
- final JavaScriptReplyProxy _replier;
10
+ final PlatformJavaScriptReplyProxy _replier;
11
11
late CallbackFunction ? dispatch;
12
12
static Map <String , List <BridgeEvent >>? _eventsContainer;
13
13
@@ -107,6 +107,7 @@ class BridgeEvent {
107
107
toEncodable: Coder .dateSerializer,
108
108
);
109
109
110
- await this ._replier.postMessage (result);
110
+ WebMessage webMessage = WebMessage (data: result);
111
+ await this ._replier.postMessage (webMessage);
111
112
}
112
113
}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class BridgeManager {
14
14
static PackageInfo ? info;
15
15
16
16
static Future <String > executeRequest (
17
- Map data, JavaScriptReplyProxy jsResponseProxy) async {
17
+ Map data, PlatformJavaScriptReplyProxy jsResponseProxy) async {
18
18
final request = Request (data['payload' ]['id' ], data['payload' ]['type' ]);
19
19
20
20
request.userToken = data['payload' ]['userToken' ];
You can’t perform that action at this time.
0 commit comments