Skip to content

Commit 3c0c7c8

Browse files
authored
Merge pull request #1 from vursin/master
Updated dependencies
2 parents c583070 + 154565c commit 3c0c7c8

File tree

7 files changed

+60
-13
lines changed

7 files changed

+60
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.0.9] - 04/08/2022
2+
3+
* Updated dependencies
4+
15
## [1.0.8] - 07/06/2022
26

37
* Updated dependencies

example/ios/Flutter/Debug.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
12
#include "Generated.xcconfig"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
12
#include "Generated.xcconfig"

example/ios/Podfile

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Uncomment this line to define a global platform for your project
2+
# platform :ios, '9.0'
3+
4+
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5+
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
6+
7+
project 'Runner', {
8+
'Debug' => :debug,
9+
'Profile' => :release,
10+
'Release' => :release,
11+
}
12+
13+
def flutter_root
14+
generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__)
15+
unless File.exist?(generated_xcode_build_settings_path)
16+
raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first"
17+
end
18+
19+
File.foreach(generated_xcode_build_settings_path) do |line|
20+
matches = line.match(/FLUTTER_ROOT\=(.*)/)
21+
return matches[1].strip if matches
22+
end
23+
raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get"
24+
end
25+
26+
require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)
27+
28+
flutter_ios_podfile_setup
29+
30+
target 'Runner' do
31+
use_frameworks!
32+
use_modular_headers!
33+
34+
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
35+
end
36+
37+
post_install do |installer|
38+
installer.pods_project.targets.each do |target|
39+
flutter_additional_ios_build_settings(target)
40+
end
41+
end

example/pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,42 +98,42 @@ packages:
9898
name: firebase_core_platform_interface
9999
url: "https://pub.dartlang.org"
100100
source: hosted
101-
version: "4.4.0"
101+
version: "4.5.0"
102102
firebase_core_web:
103103
dependency: transitive
104104
description:
105105
name: firebase_core_web
106106
url: "https://pub.dartlang.org"
107107
source: hosted
108-
version: "1.6.4"
108+
version: "1.7.1"
109109
firebase_messaging:
110110
dependency: transitive
111111
description:
112112
name: firebase_messaging
113113
url: "https://pub.dartlang.org"
114114
source: hosted
115-
version: "11.4.1"
115+
version: "12.0.1"
116116
firebase_messaging_platform_interface:
117117
dependency: transitive
118118
description:
119119
name: firebase_messaging_platform_interface
120120
url: "https://pub.dartlang.org"
121121
source: hosted
122-
version: "3.5.1"
122+
version: "4.1.0"
123123
firebase_messaging_web:
124124
dependency: transitive
125125
description:
126126
name: firebase_messaging_web
127127
url: "https://pub.dartlang.org"
128128
source: hosted
129-
version: "2.4.1"
129+
version: "3.1.0"
130130
firebase_notifications_handler:
131131
dependency: "direct main"
132132
description:
133133
path: ".."
134134
relative: true
135135
source: path
136-
version: "1.0.8"
136+
version: "1.0.9"
137137
flutter:
138138
dependency: "direct main"
139139
description: flutter

pubspec.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,35 +91,35 @@ packages:
9191
name: firebase_core_platform_interface
9292
url: "https://pub.dartlang.org"
9393
source: hosted
94-
version: "4.4.0"
94+
version: "4.5.0"
9595
firebase_core_web:
9696
dependency: transitive
9797
description:
9898
name: firebase_core_web
9999
url: "https://pub.dartlang.org"
100100
source: hosted
101-
version: "1.6.4"
101+
version: "1.7.1"
102102
firebase_messaging:
103103
dependency: "direct main"
104104
description:
105105
name: firebase_messaging
106106
url: "https://pub.dartlang.org"
107107
source: hosted
108-
version: "11.4.1"
108+
version: "12.0.1"
109109
firebase_messaging_platform_interface:
110110
dependency: transitive
111111
description:
112112
name: firebase_messaging_platform_interface
113113
url: "https://pub.dartlang.org"
114114
source: hosted
115-
version: "3.5.1"
115+
version: "4.1.0"
116116
firebase_messaging_web:
117117
dependency: transitive
118118
description:
119119
name: firebase_messaging_web
120120
url: "https://pub.dartlang.org"
121121
source: hosted
122-
version: "2.4.1"
122+
version: "3.1.0"
123123
flutter:
124124
dependency: "direct main"
125125
description: flutter

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firebase_notifications_handler
22
description: Simple notifications handler which provides callbacks like onTap which really make it easy to handle notification taps and a lot more.
3-
version: 1.0.8
3+
version: 1.0.9
44
homepage: https://github.com/rithik-dev/firebase_notifications_handler
55

66
environment:
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
firebase_messaging: ^11.4.1
14+
firebase_messaging: ^12.0.1
1515
flutter_local_notifications: ^9.6.0
1616
http: ^0.13.4
1717
path_provider: ^2.0.11

0 commit comments

Comments
 (0)