File tree 6 files changed +13
-6
lines changed
6 files changed +13
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.1
2
+
3
+ ### Fix
4
+
5
+ * Internal code formatting and better structure.
6
+ * Improve API reference.
7
+
1
8
## 1.0.0
2
9
3
10
* Initial release of flutter plugin for LINE SDK.
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.0 ):
3
+ - flutter_line_sdk (1.0.1 ):
4
4
- Flutter
5
5
- LineSDKSwift (~> 5.0)
6
6
- LineSDKSwift (5.1.2):
@@ -23,7 +23,7 @@ EXTERNAL SOURCES:
23
23
24
24
SPEC CHECKSUMS:
25
25
Flutter: 58dd7d1b27887414a370fcccb9e645c08ffd7a6a
26
- flutter_line_sdk: cdc5e1ba6655c596b83d7a1ae40264f87d3ec57d
26
+ flutter_line_sdk: 7aea892c227d9b5412d1e831c8f4a6dd49c0a06b
27
27
LineSDKSwift: 77d6fa97bc1e258cfd193d362f370ed0c5a816a7
28
28
29
29
PODFILE CHECKSUM: 7e444580a898f0cfcff311c051319890df44eceb
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.0 "
50
+ version: "1.0.1 "
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.0+1
4
+ version : 1.0.1+2
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.0 '
3
+ s . version = '1.0.1 '
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.0
3
+ version : 1.0.1
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