Skip to content

Commit ef1e401

Browse files
committed
Upgrade version
1 parent 741eeca commit ef1e401

File tree

7 files changed

+65
-10
lines changed

7 files changed

+65
-10
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.2.2
2+
3+
### Fixed
4+
5+
* An issue that example app crashes when using Flutter SDK 1.12.13. [#38464@flutter](https://github.com/flutter/flutter/pull/38464)
6+
17
## 1.2.1
28

39
### Fixed

example/ios/Podfile.lock

+1-1
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.1):
3+
- flutter_line_sdk (1.2.2):
44
- Flutter
55
- LineSDKSwift (~> 5.3)
66
- LineSDKSwift (5.4.0):

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ packages:
7575
path: ".."
7676
relative: true
7777
source: path
78-
version: "1.2.1"
78+
version: "1.2.2"
7979
flutter_test:
8080
dependency: "direct dev"
8181
description: flutter

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.1+85
4+
version: 1.2.2+89
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.1'
3+
s.version = '1.2.2'
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.

pubspec.lock

+54-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
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"
418
async:
519
dependency: transitive
620
description:
721
name: async
822
url: "https://pub.dartlang.org"
923
source: hosted
10-
version: "2.3.0"
24+
version: "2.4.0"
1125
boolean_selector:
1226
dependency: transitive
1327
description:
@@ -29,6 +43,20 @@ packages:
2943
url: "https://pub.dartlang.org"
3044
source: hosted
3145
version: "1.14.11"
46+
convert:
47+
dependency: transitive
48+
description:
49+
name: convert
50+
url: "https://pub.dartlang.org"
51+
source: hosted
52+
version: "2.1.1"
53+
crypto:
54+
dependency: transitive
55+
description:
56+
name: crypto
57+
url: "https://pub.dartlang.org"
58+
source: hosted
59+
version: "2.1.3"
3260
flutter:
3361
dependency: "direct main"
3462
description: flutter
@@ -39,20 +67,27 @@ packages:
3967
description: flutter
4068
source: sdk
4169
version: "0.0.0"
70+
image:
71+
dependency: transitive
72+
description:
73+
name: image
74+
url: "https://pub.dartlang.org"
75+
source: hosted
76+
version: "2.1.4"
4277
matcher:
4378
dependency: transitive
4479
description:
4580
name: matcher
4681
url: "https://pub.dartlang.org"
4782
source: hosted
48-
version: "0.12.5"
83+
version: "0.12.6"
4984
meta:
5085
dependency: transitive
5186
description:
5287
name: meta
5388
url: "https://pub.dartlang.org"
5489
source: hosted
55-
version: "1.1.7"
90+
version: "1.1.8"
5691
path:
5792
dependency: transitive
5893
description:
@@ -67,6 +102,13 @@ packages:
67102
url: "https://pub.dartlang.org"
68103
source: hosted
69104
version: "1.8.0+1"
105+
petitparser:
106+
dependency: transitive
107+
description:
108+
name: petitparser
109+
url: "https://pub.dartlang.org"
110+
source: hosted
111+
version: "2.4.0"
70112
quiver:
71113
dependency: transitive
72114
description:
@@ -120,7 +162,7 @@ packages:
120162
name: test_api
121163
url: "https://pub.dartlang.org"
122164
source: hosted
123-
version: "0.2.5"
165+
version: "0.2.11"
124166
typed_data:
125167
dependency: transitive
126168
description:
@@ -135,5 +177,12 @@ packages:
135177
url: "https://pub.dartlang.org"
136178
source: hosted
137179
version: "2.0.8"
180+
xml:
181+
dependency: transitive
182+
description:
183+
name: xml
184+
url: "https://pub.dartlang.org"
185+
source: hosted
186+
version: "3.5.0"
138187
sdks:
139-
dart: ">=2.2.2 <3.0.0"
188+
dart: ">=2.4.0 <3.0.0"

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_line_sdk
22
description: A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.
3-
version: 1.2.1
3+
version: 1.2.2
44
author: LINE Corporation <[email protected]>
55
homepage: https://developers.line.biz/
66
repository: https://github.com/line/flutter_line_sdk/

0 commit comments

Comments
 (0)