You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,12 @@
3
3
### Added
4
4
5
5
* A new `idToken` field in `AccessToken` to help decoding and getting the ID Token in a dictionary format. [#33](https://github.com/line/flutter_line_sdk/pull/33)
6
+
* Fully support for Flutter Add to App feature by adapting the new Flutter v2 plugin model. [#34](https://github.com/line/flutter_line_sdk/pull/34)
6
7
7
8
### Fixed
8
9
9
10
* Now `idTokenRaw` on Android returns correct raw token string instead of a decoded JSON string, which aligns the behavior as on iOS. [#31](https://github.com/line/flutter_line_sdk/issues/31)
11
+
* Upgrade the `minSdkVersion` for Android platform to 21, which matches the LINE client app on the same platform.
0 commit comments