File tree Expand file tree Collapse file tree 6 files changed +11
-5
lines changed Expand file tree Collapse file tree 6 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 1.2.0
2+
3+ ### Add
4+
5+ * A parameter for Android to specify the activity request code when login. [ #4 ] ( https://github.com/line/flutter_line_sdk/issues/4 )
6+
17## 1.1.0
28
39### Add
Original file line number Diff line number Diff line change 11PODS:
22 - Flutter (1.0.0)
3- - flutter_line_sdk (1.1 .0):
3+ - flutter_line_sdk (1.2 .0):
44 - Flutter
55 - LineSDKSwift (~> 5.3)
66 - LineSDKSwift (5.3.0):
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ packages:
4747 path: ".."
4848 relative: true
4949 source: path
50- version: "1.1 .0"
50+ version: "1.2 .0"
5151 flutter_test:
5252 dependency: "direct dev"
5353 description: flutter
Original file line number Diff line number Diff line change 11name : flutter_line_sdk_example
22description : Demonstrates how to use the flutter_line_sdk plugin.
33publish_to : ' none'
4- version : 1.1 .0+5
4+ version : 1.2 .0+6
55
66environment :
77 sdk : " >=2.2.0 <3.0.0"
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'flutter_line_sdk'
3- s . version = '1.1 .0'
3+ s . version = '1.2 .0'
44 s . summary = 'A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.'
55 s . description = <<-DESC
66A Flutter plugin using the LINE SDKs with Dart in Flutter apps.
Original file line number Diff line number Diff line change 11name : flutter_line_sdk
22description : A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.
3- version : 1.1 .0
3+ version : 1.2 .0
44author :
LINE Corporation <[email protected] > 55homepage : https://developers.line.biz/
66repository : https://github.com/line/flutter_line_sdk/
You can’t perform that action at this time.
0 commit comments