Skip to content

Commit e812b56

Browse files
committed
Bump dependecies:
flutter_inappwebview 6.1.0+1, backendless_sdk 8.0.0-alpha.28, url_launcher 6.3.0 flutter_facebook_auth 7.1.1 package_info_plus 8.0.2 syncfusion_flutter_pdfviewer 27.1.50 firebase_core 3.1.1 firebase_messaging 15.0.2 removed uni_links added app_links dependency_overrides: url_launcher_ios 6.3.1 flutter_local_notifications 17.2.3 Updated source_config files. Removed push sound from project assets. Now you can set the sound in push templates section in Backendless Console. Refactoring for changes in this dependencies.
1 parent 41c6804 commit e812b56

11 files changed

+204
-157
lines changed
-404 KB
Binary file not shown.

config_sources/config_project.pbxproj

+18
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
9705A1C41CF9048500538489 /* Embed Frameworks */,
146146
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
147147
0F171E09667665C190E02FEB /* [CP] Embed Pods Frameworks */,
148+
202409385DA6527274B2FFDD /* [CP] Copy Pods Resources */,
148149
);
149150
buildRules = (
150151
);
@@ -220,6 +221,23 @@
220221
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
221222
showEnvVarsInLog = 0;
222223
};
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+
};
223241
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
224242
isa = PBXShellScriptBuildPhase;
225243
alwaysOutOfDate = 1;

config_sources/config_pubspec.yaml

+15-12
Original file line numberDiff line numberDiff line change
@@ -13,35 +13,38 @@ dependencies:
1313
sdk: flutter
1414
cupertino_icons: ^1.0.2
1515
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
1919
overlay_support: ^2.0.1
20-
audioplayers: ^5.1.0
2120
geolocator: ^8.0.5
22-
sign_in_with_apple: ^3.3.0
21+
sign_in_with_apple: ^6.1.2
2322
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
2625
path_provider: ^2.0.12
27-
package_info_plus: ^3.0.2
26+
package_info_plus: ^8.0.2
2827
share_plus: 7.0.2
2928
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
3332
sensors_plus: ^4.0.2
3433
pay: ^2.0.0
3534

3635
dev_dependencies:
3736
flutter_test:
3837
sdk: flutter
3938

39+
dependency_overrides:
40+
win32: ^5.5.4
41+
url_launcher_ios: ^6.3.1
42+
flutter_local_notifications: ^17.2.3
43+
4044
flutter:
4145
uses-material-design: true
4246
assets:
4347
- images/
44-
- assets/notification_sounds/push_sound.wav
4548
- assets/ui_builder_app/
4649
- assets/ui_builder_app/library/sdk/
4750
- assets/ui_builder_app/libs/less/

ios/Runner.xcodeproj/project.pbxproj

+18
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
9705A1C41CF9048500538489 /* Embed Frameworks */,
146146
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
147147
0F171E09667665C190E02FEB /* [CP] Embed Pods Frameworks */,
148+
202409385DA6527274B2FFDD /* [CP] Copy Pods Resources */,
148149
);
149150
buildRules = (
150151
);
@@ -220,6 +221,23 @@
220221
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
221222
showEnvVarsInLog = 0;
222223
};
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+
};
223241
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
224242
isa = PBXShellScriptBuildPhase;
225243
alwaysOutOfDate = 1;

lib/src/bridge/bridge.dart

+5-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ class Bridge {
2121

2222
String? result;
2323
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);
2626

2727
var systemEvent =
2828
await BridgeValidator.hasSystemEvent(data['event']);
@@ -53,7 +53,9 @@ class Bridge {
5353
} else if (result.contains('\"type\":\"ADD_LISTENER\"')) {}
5454

5555
print('sent data to codeless: $result');
56-
await replyProxy.postMessage(result);
56+
57+
WebMessage webMessage = WebMessage(data: result);
58+
await replyProxy.postMessage(webMessage);
5759
} catch (ex) {
5860
throw Exception(ex);
5961
}

lib/src/bridge/bridge_event.dart

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ typedef void CallbackFunction(Map data);
77
class BridgeEvent {
88
final String id;
99
final String eventName;
10-
final JavaScriptReplyProxy _replier;
10+
final PlatformJavaScriptReplyProxy _replier;
1111
late CallbackFunction? dispatch;
1212
static Map<String, List<BridgeEvent>>? _eventsContainer;
1313

@@ -107,6 +107,7 @@ class BridgeEvent {
107107
toEncodable: Coder.dateSerializer,
108108
);
109109

110-
await this._replier.postMessage(result);
110+
WebMessage webMessage = WebMessage(data: result);
111+
await this._replier.postMessage(webMessage);
111112
}
112113
}

lib/src/bridge/bridge_manager.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class BridgeManager {
1414
static PackageInfo? info;
1515

1616
static Future<String> executeRequest(
17-
Map data, JavaScriptReplyProxy jsResponseProxy) async {
17+
Map data, PlatformJavaScriptReplyProxy jsResponseProxy) async {
1818
final request = Request(data['payload']['id'], data['payload']['type']);
1919

2020
request.userToken = data['payload']['userToken'];

0 commit comments

Comments
 (0)