File tree 7 files changed +65
-10
lines changed
7 files changed +65
-10
lines changed Original file line number Diff line number Diff line change
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
+
1
7
## 1.2.1
2
8
3
9
### Fixed
Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- Flutter (1.0.0)
3
- - flutter_line_sdk (1.2.1 ):
3
+ - flutter_line_sdk (1.2.2 ):
4
4
- Flutter
5
5
- LineSDKSwift (~> 5.3)
6
6
- LineSDKSwift (5.4.0):
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ packages:
75
75
path: ".."
76
76
relative: true
77
77
source: path
78
- version: "1.2.1 "
78
+ version: "1.2.2 "
79
79
flutter_test:
80
80
dependency: "direct dev"
81
81
description: flutter
Original file line number Diff line number Diff line change 1
1
name : flutter_line_sdk_example
2
2
description : Demonstrates how to use the flutter_line_sdk plugin.
3
3
publish_to : ' none'
4
- version : 1.2.1+85
4
+ version : 1.2.2+89
5
5
6
6
environment :
7
7
sdk : " >=2.2.0 <3.0.0"
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'flutter_line_sdk'
3
- s . version = '1.2.1 '
3
+ s . version = '1.2.2 '
4
4
s . summary = 'A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.'
5
5
s . description = <<-DESC
6
6
A Flutter plugin using the LINE SDKs with Dart in Flutter apps.
Original file line number Diff line number Diff line change 1
1
# Generated by pub
2
2
# See https://dart.dev/tools/pub/glossary#lockfile
3
3
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"
4
18
async:
5
19
dependency: transitive
6
20
description:
7
21
name: async
8
22
url: "https://pub.dartlang.org"
9
23
source: hosted
10
- version: "2.3 .0"
24
+ version: "2.4 .0"
11
25
boolean_selector:
12
26
dependency: transitive
13
27
description:
@@ -29,6 +43,20 @@ packages:
29
43
url: "https://pub.dartlang.org"
30
44
source: hosted
31
45
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"
32
60
flutter:
33
61
dependency: "direct main"
34
62
description: flutter
@@ -39,20 +67,27 @@ packages:
39
67
description: flutter
40
68
source: sdk
41
69
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"
42
77
matcher:
43
78
dependency: transitive
44
79
description:
45
80
name: matcher
46
81
url: "https://pub.dartlang.org"
47
82
source: hosted
48
- version: "0.12.5 "
83
+ version: "0.12.6 "
49
84
meta:
50
85
dependency: transitive
51
86
description:
52
87
name: meta
53
88
url: "https://pub.dartlang.org"
54
89
source: hosted
55
- version: "1.1.7 "
90
+ version: "1.1.8 "
56
91
path:
57
92
dependency: transitive
58
93
description:
@@ -67,6 +102,13 @@ packages:
67
102
url: "https://pub.dartlang.org"
68
103
source: hosted
69
104
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"
70
112
quiver:
71
113
dependency: transitive
72
114
description:
@@ -120,7 +162,7 @@ packages:
120
162
name: test_api
121
163
url: "https://pub.dartlang.org"
122
164
source: hosted
123
- version: "0.2.5 "
165
+ version: "0.2.11 "
124
166
typed_data:
125
167
dependency: transitive
126
168
description:
@@ -135,5 +177,12 @@ packages:
135
177
url: "https://pub.dartlang.org"
136
178
source: hosted
137
179
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"
138
187
sdks:
139
- dart: ">=2.2.2 <3.0.0"
188
+ dart: ">=2.4.0 <3.0.0"
Original file line number Diff line number Diff line change 1
1
name : flutter_line_sdk
2
2
description : A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.
3
- version : 1.2.1
3
+ version : 1.2.2
4
4
author :
LINE Corporation <[email protected] >
5
5
homepage : https://developers.line.biz/
6
6
repository : https://github.com/line/flutter_line_sdk/
You can’t perform that action at this time.
0 commit comments