line / flutter_line_sdk

A Flutter plugin that lets developers access LINE's native SDKs in Flutter apps with Dart.
https://developers.line.biz/
Apache License 2.0
213 stars 42 forks source link

Fix build errors #88

Closed accept1248 closed 9 months ago

accept1248 commented 9 months ago

Current version causes build errors under my environment. To fix that, I added some changes and the errors are cleared.

onevcat commented 9 months ago

We probably will keep the existing example/pubspec.lock as it is already in the master branch now. But for the changes in the other two files, I would like to invite @YkSix to evaluate, since I am not sure about it.

@YkSix Do you think we'd better contain the changes in the build.gradle and AndroidManifest.xml as suggested?

YkSix commented 9 months ago

@accept1248 , Thanks for your efforts. Could you please provide details about your development environment (ex: IDE version), as well as the versions of Gradle, the Android Gradle Plugin (AGP) and JDK you are using? Thanks.

accept1248 commented 9 months ago

@YkSix

[√] Flutter (Channel stable, 3.16.0, on Microsoft Windows [Version 10.0.22631.2715], locale ja-JP) [√] Windows Version (Installed version of Windows is version 10 or higher) [√] Android toolchain - develop for Android devices (Android SDK version 33.0.1) [√] Chrome - develop for the web [√] Visual Studio - develop Windows apps (Visual Studio Professional 2022 17.1.2) [√] Android Studio (version 2022.3) [√] VS Code (version 1.84.2) [√] Connected device (4 available) [√] Network resources

com.android.tools.build:gradle:8.1.4 JDK20

Thank you.