Skip to content

Commit c89a674

Browse files
committed
Upgrade project
1 parent 681af50 commit c89a674

File tree

9 files changed

+52
-166
lines changed

9 files changed

+52
-166
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.2.11
2+
3+
### Fixed
4+
5+
* Align `minSdkVersion` of Android part to the same version (API Level 18) as the native LINE SDK Android.
6+
* A issue which causes example app crashing in Android versions earlier than 5.0 (API Level 21).
7+
18
## 1.2.10
29

310
### Fixed

example/ios/Podfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- flutter_line_sdk (1.2.10):
3+
- flutter_line_sdk (1.2.11):
44
- Flutter
55
- LineSDKSwift (~> 5.3)
66
- LineSDKSwift (5.4.0):
@@ -23,9 +23,9 @@ EXTERNAL SOURCES:
2323

2424
SPEC CHECKSUMS:
2525
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
26-
flutter_line_sdk: fd51dfead0a61c5affc3717340ddc44cd0f553ce
26+
flutter_line_sdk: 5548efe8090cfb4520f60e6636ebffa3e1f8b1e4
2727
LineSDKSwift: 25bc89f5f08578a39ec2dcb36ee58e2f920e893c
2828

2929
PODFILE CHECKSUM: b1aea7f7367f63dca87911da065a65de64f60847
3030

31-
COCOAPODS: 1.9.1
31+
COCOAPODS: 1.9.2

example/ios/Runner.xcodeproj/project.pbxproj

+1-16
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@
1010
0BD64FC94DC80DD7CBB66D54 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A80F1B7E67CFC4B7104A6158 /* Pods_Runner.framework */; };
1111
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
1212
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
13-
3B80C3941E831B6300D905FE /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
14-
3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1513
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
16-
9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; };
17-
9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1814
9740EEB41CF90195004384FC /* Debug.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 9740EEB21CF90195004384FC /* Debug.xcconfig */; };
1915
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
2016
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
@@ -28,8 +24,6 @@
2824
dstPath = "";
2925
dstSubfolderSpec = 10;
3026
files = (
31-
3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */,
32-
9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */,
3327
);
3428
name = "Embed Frameworks";
3529
runOnlyForDeploymentPostprocessing = 0;
@@ -41,15 +35,13 @@
4135
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
4236
3ABEDA33BCA2789E3A233AF5 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
4337
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
44-
3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
4538
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
4639
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
4740
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
4841
7B66372CDFCC2B362C5379F8 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
4942
7BF5D04A72E0DA3F7C766BBA /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
5043
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
5144
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
52-
9740EEBA1CF902C7004384FC /* Flutter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Flutter.framework; path = Flutter/Flutter.framework; sourceTree = "<group>"; };
5345
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
5446
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
5547
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
@@ -63,8 +55,6 @@
6355
isa = PBXFrameworksBuildPhase;
6456
buildActionMask = 2147483647;
6557
files = (
66-
9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */,
67-
3B80C3941E831B6300D905FE /* App.framework in Frameworks */,
6858
0BD64FC94DC80DD7CBB66D54 /* Pods_Runner.framework in Frameworks */,
6959
);
7060
runOnlyForDeploymentPostprocessing = 0;
@@ -83,9 +73,7 @@
8373
9740EEB11CF90186004384FC /* Flutter */ = {
8474
isa = PBXGroup;
8575
children = (
86-
3B80C3931E831B6300D905FE /* App.framework */,
8776
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
88-
9740EEBA1CF902C7004384FC /* Flutter.framework */,
8977
9740EEB21CF90195004384FC /* Debug.xcconfig */,
9078
7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
9179
9740EEB31CF90195004384FC /* Generated.xcconfig */,
@@ -254,7 +242,7 @@
254242
);
255243
runOnlyForDeploymentPostprocessing = 0;
256244
shellPath = /bin/sh;
257-
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" thin";
245+
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
258246
};
259247
9740EEB61CF901F6004384FC /* Run Script */ = {
260248
isa = PBXShellScriptBuildPhase;
@@ -321,7 +309,6 @@
321309
/* Begin XCBuildConfiguration section */
322310
249021D3217E4FDB00AE95B9 /* Profile */ = {
323311
isa = XCBuildConfiguration;
324-
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
325312
buildSettings = {
326313
ALWAYS_SEARCH_USER_PATHS = NO;
327314
CLANG_ANALYZER_NONNULL = YES;
@@ -394,7 +381,6 @@
394381
};
395382
97C147031CF9000F007C117D /* Debug */ = {
396383
isa = XCBuildConfiguration;
397-
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
398384
buildSettings = {
399385
ALWAYS_SEARCH_USER_PATHS = NO;
400386
CLANG_ANALYZER_NONNULL = YES;
@@ -448,7 +434,6 @@
448434
};
449435
97C147041CF9000F007C117D /* Release */ = {
450436
isa = XCBuildConfiguration;
451-
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
452437
buildSettings = {
453438
ALWAYS_SEARCH_USER_PATHS = NO;
454439
CLANG_ANALYZER_NONNULL = YES;

example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

-8
This file was deleted.

example/pubspec.lock

+22-71
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,55 @@
11
# Generated by pub
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
4-
archive:
5-
dependency: transitive
6-
description:
7-
name: archive
8-
url: "https://pub.dartlang.org"
9-
source: hosted
10-
version: "2.0.11"
11-
args:
12-
dependency: transitive
13-
description:
14-
name: args
15-
url: "https://pub.dartlang.org"
16-
source: hosted
17-
version: "1.5.2"
184
async:
195
dependency: transitive
206
description:
217
name: async
228
url: "https://pub.dartlang.org"
239
source: hosted
24-
version: "2.4.0"
10+
version: "2.4.1"
2511
boolean_selector:
2612
dependency: transitive
2713
description:
2814
name: boolean_selector
2915
url: "https://pub.dartlang.org"
3016
source: hosted
31-
version: "1.0.5"
17+
version: "2.0.0"
3218
charcode:
3319
dependency: transitive
3420
description:
3521
name: charcode
3622
url: "https://pub.dartlang.org"
3723
source: hosted
38-
version: "1.1.2"
39-
collection:
40-
dependency: transitive
41-
description:
42-
name: collection
43-
url: "https://pub.dartlang.org"
44-
source: hosted
45-
version: "1.14.11"
46-
convert:
24+
version: "1.1.3"
25+
clock:
4726
dependency: transitive
4827
description:
49-
name: convert
28+
name: clock
5029
url: "https://pub.dartlang.org"
5130
source: hosted
52-
version: "2.1.1"
53-
crypto:
31+
version: "1.0.1"
32+
collection:
5433
dependency: transitive
5534
description:
56-
name: crypto
35+
name: collection
5736
url: "https://pub.dartlang.org"
5837
source: hosted
59-
version: "2.1.3"
38+
version: "1.14.12"
6039
cupertino_icons:
6140
dependency: "direct main"
6241
description:
6342
name: cupertino_icons
6443
url: "https://pub.dartlang.org"
6544
source: hosted
66-
version: "0.1.2"
45+
version: "0.1.3"
46+
fake_async:
47+
dependency: transitive
48+
description:
49+
name: fake_async
50+
url: "https://pub.dartlang.org"
51+
source: hosted
52+
version: "1.1.0"
6753
flutter:
6854
dependency: "direct main"
6955
description: flutter
@@ -75,19 +61,12 @@ packages:
7561
path: ".."
7662
relative: true
7763
source: path
78-
version: "1.2.10"
64+
version: "1.2.11"
7965
flutter_test:
8066
dependency: "direct dev"
8167
description: flutter
8268
source: sdk
8369
version: "0.0.0"
84-
image:
85-
dependency: transitive
86-
description:
87-
name: image
88-
url: "https://pub.dartlang.org"
89-
source: hosted
90-
version: "2.1.4"
9170
matcher:
9271
dependency: transitive
9372
description:
@@ -108,28 +87,7 @@ packages:
10887
name: path
10988
url: "https://pub.dartlang.org"
11089
source: hosted
111-
version: "1.6.4"
112-
pedantic:
113-
dependency: transitive
114-
description:
115-
name: pedantic
116-
url: "https://pub.dartlang.org"
117-
source: hosted
118-
version: "1.8.0+1"
119-
petitparser:
120-
dependency: transitive
121-
description:
122-
name: petitparser
123-
url: "https://pub.dartlang.org"
124-
source: hosted
125-
version: "2.4.0"
126-
quiver:
127-
dependency: transitive
128-
description:
129-
name: quiver
130-
url: "https://pub.dartlang.org"
131-
source: hosted
132-
version: "2.0.5"
90+
version: "1.7.0"
13391
sky_engine:
13492
dependency: transitive
13593
description: flutter
@@ -141,7 +99,7 @@ packages:
14199
name: source_span
142100
url: "https://pub.dartlang.org"
143101
source: hosted
144-
version: "1.5.5"
102+
version: "1.7.0"
145103
stack_trace:
146104
dependency: transitive
147105
description:
@@ -176,7 +134,7 @@ packages:
176134
name: test_api
177135
url: "https://pub.dartlang.org"
178136
source: hosted
179-
version: "0.2.11"
137+
version: "0.2.16"
180138
typed_data:
181139
dependency: transitive
182140
description:
@@ -191,12 +149,5 @@ packages:
191149
url: "https://pub.dartlang.org"
192150
source: hosted
193151
version: "2.0.8"
194-
xml:
195-
dependency: transitive
196-
description:
197-
name: xml
198-
url: "https://pub.dartlang.org"
199-
source: hosted
200-
version: "3.5.0"
201152
sdks:
202-
dart: ">=2.4.0 <3.0.0"
153+
dart: ">=2.7.0 <3.0.0"

example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_line_sdk_example
22
description: Demonstrates how to use the flutter_line_sdk plugin.
33
publish_to: 'none'
4-
version: 1.2.10+121
4+
version: 1.2.11+125
55

66
environment:
77
sdk: ">=2.2.0 <3.0.0"

ios/flutter_line_sdk.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'flutter_line_sdk'
3-
s.version = '1.2.10'
3+
s.version = '1.2.11'
44
s.summary = 'A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.'
55
s.description = <<-DESC
66
A Flutter plugin using the LINE SDKs with Dart in Flutter apps.

0 commit comments

Comments
 (0)