Skip to content

Commit 75883a2

Browse files
authored
Merge pull request #71 from talkjs/feat/update_0.15.1
(Feat): Update 0.15.1
2 parents 2059b0d + 8a5d28c commit 75883a2

File tree

10 files changed

+392
-293
lines changed

10 files changed

+392
-293
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.15.1
2+
3+
- Upgrade `talkjs_flutter_inappwebview` dependency.
4+
15
## 0.15.0
26

37
- Add `registerBackgroundHandler` property to AndroidSettings passed to `registerPushNotificationHandlers()`

example/push_notifications/android/app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
plugins {
22
id "com.android.application"
3+
// START: FlutterFire Configuration
4+
id 'com.google.gms.google-services'
5+
// END: FlutterFire Configuration
36
id "kotlin-android"
47
id "dev.flutter.flutter-gradle-plugin"
58
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

example/push_notifications/android/settings.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ pluginManagement {
2020
plugins {
2121
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
2222
id "com.android.application" version "8.4.0" apply false
23+
// START: FlutterFire Configuration
24+
id "com.google.gms.google-services" version "4.3.15" apply false
25+
// END: FlutterFire Configuration
2326
id "org.jetbrains.kotlin.android" version "1.9.23" apply false
2427
}
2528

Lines changed: 71 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,87 @@
11
PODS:
2-
- Firebase/CoreOnly (10.27.0):
3-
- FirebaseCore (= 10.27.0)
4-
- Firebase/Messaging (10.27.0):
2+
- Firebase/CoreOnly (11.10.0):
3+
- FirebaseCore (~> 11.10.0)
4+
- Firebase/Messaging (11.10.0):
55
- Firebase/CoreOnly
6-
- FirebaseMessaging (~> 10.27.0)
7-
- firebase_core (3.1.0):
8-
- Firebase/CoreOnly (= 10.27.0)
6+
- FirebaseMessaging (~> 11.10.0)
7+
- firebase_core (3.13.0):
8+
- Firebase/CoreOnly (= 11.10.0)
99
- Flutter
10-
- firebase_messaging (15.0.1):
11-
- Firebase/Messaging (= 10.27.0)
10+
- firebase_messaging (15.2.5):
11+
- Firebase/Messaging (= 11.10.0)
1212
- firebase_core
1313
- Flutter
14-
- FirebaseCore (10.27.0):
15-
- FirebaseCoreInternal (~> 10.0)
16-
- GoogleUtilities/Environment (~> 7.12)
17-
- GoogleUtilities/Logger (~> 7.12)
18-
- FirebaseCoreInternal (10.27.0):
19-
- "GoogleUtilities/NSData+zlib (~> 7.8)"
20-
- FirebaseInstallations (10.27.0):
21-
- FirebaseCore (~> 10.0)
22-
- GoogleUtilities/Environment (~> 7.8)
23-
- GoogleUtilities/UserDefaults (~> 7.8)
24-
- PromisesObjC (~> 2.1)
25-
- FirebaseMessaging (10.27.0):
26-
- FirebaseCore (~> 10.0)
27-
- FirebaseInstallations (~> 10.0)
28-
- GoogleDataTransport (~> 9.3)
29-
- GoogleUtilities/AppDelegateSwizzler (~> 7.8)
30-
- GoogleUtilities/Environment (~> 7.8)
31-
- GoogleUtilities/Reachability (~> 7.8)
32-
- GoogleUtilities/UserDefaults (~> 7.8)
33-
- nanopb (< 2.30911.0, >= 2.30908.0)
14+
- FirebaseCore (11.10.0):
15+
- FirebaseCoreInternal (~> 11.10.0)
16+
- GoogleUtilities/Environment (~> 8.0)
17+
- GoogleUtilities/Logger (~> 8.0)
18+
- FirebaseCoreInternal (11.10.0):
19+
- "GoogleUtilities/NSData+zlib (~> 8.0)"
20+
- FirebaseInstallations (11.10.0):
21+
- FirebaseCore (~> 11.10.0)
22+
- GoogleUtilities/Environment (~> 8.0)
23+
- GoogleUtilities/UserDefaults (~> 8.0)
24+
- PromisesObjC (~> 2.4)
25+
- FirebaseMessaging (11.10.0):
26+
- FirebaseCore (~> 11.10.0)
27+
- FirebaseInstallations (~> 11.0)
28+
- GoogleDataTransport (~> 10.0)
29+
- GoogleUtilities/AppDelegateSwizzler (~> 8.0)
30+
- GoogleUtilities/Environment (~> 8.0)
31+
- GoogleUtilities/Reachability (~> 8.0)
32+
- GoogleUtilities/UserDefaults (~> 8.0)
33+
- nanopb (~> 3.30910.0)
3434
- Flutter (1.0.0)
3535
- flutter_apns_only (0.0.1):
3636
- Flutter
3737
- flutter_local_notifications (0.0.1):
3838
- Flutter
39-
- GoogleDataTransport (9.4.1):
40-
- GoogleUtilities/Environment (~> 7.7)
41-
- nanopb (< 2.30911.0, >= 2.30908.0)
42-
- PromisesObjC (< 3.0, >= 1.2)
43-
- GoogleUtilities/AppDelegateSwizzler (7.13.3):
39+
- GoogleDataTransport (10.1.0):
40+
- nanopb (~> 3.30910.0)
41+
- PromisesObjC (~> 2.4)
42+
- GoogleUtilities/AppDelegateSwizzler (8.0.2):
4443
- GoogleUtilities/Environment
4544
- GoogleUtilities/Logger
4645
- GoogleUtilities/Network
4746
- GoogleUtilities/Privacy
48-
- GoogleUtilities/Environment (7.13.3):
47+
- GoogleUtilities/Environment (8.0.2):
4948
- GoogleUtilities/Privacy
50-
- PromisesObjC (< 3.0, >= 1.2)
51-
- GoogleUtilities/Logger (7.13.3):
49+
- GoogleUtilities/Logger (8.0.2):
5250
- GoogleUtilities/Environment
5351
- GoogleUtilities/Privacy
54-
- GoogleUtilities/Network (7.13.3):
52+
- GoogleUtilities/Network (8.0.2):
5553
- GoogleUtilities/Logger
5654
- "GoogleUtilities/NSData+zlib"
5755
- GoogleUtilities/Privacy
5856
- GoogleUtilities/Reachability
59-
- "GoogleUtilities/NSData+zlib (7.13.3)":
57+
- "GoogleUtilities/NSData+zlib (8.0.2)":
6058
- GoogleUtilities/Privacy
61-
- GoogleUtilities/Privacy (7.13.3)
62-
- GoogleUtilities/Reachability (7.13.3):
59+
- GoogleUtilities/Privacy (8.0.2)
60+
- GoogleUtilities/Reachability (8.0.2):
6361
- GoogleUtilities/Logger
6462
- GoogleUtilities/Privacy
65-
- GoogleUtilities/UserDefaults (7.13.3):
63+
- GoogleUtilities/UserDefaults (8.0.2):
6664
- GoogleUtilities/Logger
6765
- GoogleUtilities/Privacy
68-
- nanopb (2.30910.0):
69-
- nanopb/decode (= 2.30910.0)
70-
- nanopb/encode (= 2.30910.0)
71-
- nanopb/decode (2.30910.0)
72-
- nanopb/encode (2.30910.0)
73-
- OrderedSet (5.0.0)
66+
- nanopb (3.30910.0):
67+
- nanopb/decode (= 3.30910.0)
68+
- nanopb/encode (= 3.30910.0)
69+
- nanopb/decode (3.30910.0)
70+
- nanopb/encode (3.30910.0)
71+
- OrderedSet (6.0.3)
7472
- permission_handler_apple (9.3.0):
7573
- Flutter
7674
- PromisesObjC (2.4.0)
7775
- shared_preferences_foundation (0.0.1):
7876
- Flutter
7977
- FlutterMacOS
80-
- talkjs_flutter_inappwebview (0.0.1):
78+
- talkjs_flutter_inappwebview_ios (0.0.1):
8179
- Flutter
82-
- OrderedSet (~> 5.0)
83-
- talkjs_flutter_inappwebview/Core (= 0.0.1)
84-
- talkjs_flutter_inappwebview/Core (0.0.1):
80+
- OrderedSet (~> 6.0.3)
81+
- talkjs_flutter_inappwebview_ios/Core (= 0.0.1)
82+
- talkjs_flutter_inappwebview_ios/Core (0.0.1):
8583
- Flutter
86-
- OrderedSet (~> 5.0)
84+
- OrderedSet (~> 6.0.3)
8785
- url_launcher_ios (0.0.1):
8886
- Flutter
8987

@@ -95,7 +93,7 @@ DEPENDENCIES:
9593
- flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`)
9694
- permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
9795
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
98-
- talkjs_flutter_inappwebview (from `.symlinks/plugins/talkjs_flutter_inappwebview/ios`)
96+
- talkjs_flutter_inappwebview_ios (from `.symlinks/plugins/talkjs_flutter_inappwebview_ios/ios`)
9997
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
10098

10199
SPEC REPOS:
@@ -126,32 +124,32 @@ EXTERNAL SOURCES:
126124
:path: ".symlinks/plugins/permission_handler_apple/ios"
127125
shared_preferences_foundation:
128126
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"
129-
talkjs_flutter_inappwebview:
130-
:path: ".symlinks/plugins/talkjs_flutter_inappwebview/ios"
127+
talkjs_flutter_inappwebview_ios:
128+
:path: ".symlinks/plugins/talkjs_flutter_inappwebview_ios/ios"
131129
url_launcher_ios:
132130
:path: ".symlinks/plugins/url_launcher_ios/ios"
133131

134132
SPEC CHECKSUMS:
135-
Firebase: 26b040b20866a55f55eb3611b9fcf3ae64816b86
136-
firebase_core: 483cfad66d24d8f3c233f31db4263830c625c909
137-
firebase_messaging: e60c0694699d8a2e56a319e043709583f6544123
138-
FirebaseCore: a2b95ae4ce7c83ceecfbbbe3b6f1cddc7415a808
139-
FirebaseCoreInternal: 4b297a2d56063dbea2c1d0d04222d44a8d058862
140-
FirebaseInstallations: 766dabca09fd94aef922538aaf144cc4a6fb6869
141-
FirebaseMessaging: 585984d0a1df120617eb10b44cad8968b859815e
133+
Firebase: 1fe1c0a7d9aaea32efe01fbea5f0ebd8d70e53a2
134+
firebase_core: 2d4534e7b489907dcede540c835b48981d890943
135+
firebase_messaging: 75bc93a4df25faccad67f6662ae872ac9ae69b64
136+
FirebaseCore: 8344daef5e2661eb004b177488d6f9f0f24251b7
137+
FirebaseCoreInternal: ef4505d2afb1d0ebbc33162cb3795382904b5679
138+
FirebaseInstallations: 9980995bdd06ec8081dfb6ab364162bdd64245c3
139+
FirebaseMessaging: 2b9f56aa4ed286e1f0ce2ee1d413aabb8f9f5cb9
142140
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
143-
flutter_apns_only: 3d91c0ca9dbef4439874858590909a19f8ed06a4
144-
flutter_local_notifications: 4cde75091f6327eb8517fa068a0a5950212d2086
145-
GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a
146-
GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15
147-
nanopb: 438bc412db1928dac798aa6fd75726007be04262
148-
OrderedSet: aaeb196f7fef5a9edf55d89760da9176ad40b93c
149-
permission_handler_apple: 9878588469a2b0d0fc1e048d9f43605f92e6cec2
141+
flutter_apns_only: bd278c53433cb01cd66152843f7247fe10b9a9ea
142+
flutter_local_notifications: 395056b3175ba4f08480a7c5de30cd36d69827e4
143+
GoogleDataTransport: aae35b7ea0c09004c3797d53c8c41f66f219d6a7
144+
GoogleUtilities: 26a3abef001b6533cf678d3eb38fd3f614b7872d
145+
nanopb: fad817b59e0457d11a5dfbde799381cd727c1275
146+
OrderedSet: e539b66b644ff081c73a262d24ad552a69be3a94
147+
permission_handler_apple: 4ed2196e43d0651e8ff7ca3483a069d469701f2d
150148
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
151-
shared_preferences_foundation: b4c3b4cddf1c21f02770737f147a3f5da9d39695
152-
talkjs_flutter_inappwebview: e2694be5b6e68fa6adb4e86802c4eb51deb066af
153-
url_launcher_ios: 6116280ddcfe98ab8820085d8d76ae7449447586
149+
shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7
150+
talkjs_flutter_inappwebview_ios: 7377d9e8e968c501ec76341c88092fd8ea389f6c
151+
url_launcher_ios: 694010445543906933d732453a59da0a173ae33d
154152

155153
PODFILE CHECKSUM: 133d6eaabeb69da260c09735968f429d3f033635
156154

157-
COCOAPODS: 1.15.2
155+
COCOAPODS: 1.16.2

example/push_notifications/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
97C146E61CF9000F007C117D /* Project object */ = {
159159
isa = PBXProject;
160160
attributes = {
161-
LastUpgradeCheck = 1430;
161+
LastUpgradeCheck = 1510;
162162
ORGANIZATIONNAME = "";
163163
TargetAttributes = {
164164
97C146ED1CF9000F007C117D = {
@@ -376,6 +376,7 @@
376376
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
377377
buildSettings = {
378378
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
379+
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
379380
CLANG_ENABLE_MODULES = YES;
380381
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
381382
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
@@ -507,6 +508,7 @@
507508
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
508509
buildSettings = {
509510
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
511+
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
510512
CLANG_ENABLE_MODULES = YES;
511513
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
512514
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
@@ -532,6 +534,7 @@
532534
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
533535
buildSettings = {
534536
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
537+
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
535538
CLANG_ENABLE_MODULES = YES;
536539
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
537540
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
@@ -562,7 +565,7 @@
562565
249021D3217E4FDB00AE95B9 /* Profile */,
563566
);
564567
defaultConfigurationIsVisible = 0;
565-
defaultConfigurationName = Release;
568+
defaultConfigurationName = Debug;
566569
};
567570
97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
568571
isa = XCConfigurationList;
@@ -572,7 +575,7 @@
572575
249021D4217E4FDB00AE95B9 /* Profile */,
573576
);
574577
defaultConfigurationIsVisible = 0;
575-
defaultConfigurationName = Release;
578+
defaultConfigurationName = Debug;
576579
};
577580
/* End XCConfigurationList section */
578581
};

example/push_notifications/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1430"
3+
LastUpgradeVersion = "1510"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)