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
Update license holder name in all source code files. Now LY Corporation is the license holder of LINE SDK Swift. The license content and terms itself is not changed so you can still use the SDK under the same condition as before. #86
Increase the minimum deploy version to iOS 13.0 and Android API Level 24 (Android 7.0) to match modern development requirements.
Add support for building as static library in the hosting project. By default Flutter uses plugins as framework on iOS, but you are now also free to remove use_framework! in Flutter's Podfile and LINE SDK won't compliant about it anymore. #62
Fixed
An issue in the example app that crashes when the user is not setting a valid status message. #63