File tree 6 files changed +11
-5
lines changed
6 files changed +11
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.3
2
+
3
+ ### Fix
4
+
5
+ * Improve reference rendering for async APIs.
6
+
1
7
## 1.0.2
2
8
3
9
### Fix
Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- Flutter (1.0.0)
3
- - flutter_line_sdk (1.0.2 ):
3
+ - flutter_line_sdk (1.0.3 ):
4
4
- Flutter
5
5
- LineSDKSwift (~> 5.0)
6
6
- LineSDKSwift (5.1.2):
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ packages:
47
47
path: ".."
48
48
relative: true
49
49
source: path
50
- version: "1.0.2 "
50
+ version: "1.0.3 "
51
51
flutter_test:
52
52
dependency: "direct dev"
53
53
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.0.2+3
4
+ version : 1.0.3+4
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.0.2 '
3
+ s . version = '1.0.3 '
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
name : flutter_line_sdk
2
2
description : A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.
3
- version : 1.0.2
3
+ version : 1.0.3
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