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

Cannot resolve Android's dependency #78

Closed geckour closed 1 year ago

geckour commented 1 year ago

Is it a security issue?

No

What did you do?

Build Flutter app which depends on this package

What did you expect?

Successfully complete the build

What happened actually?

Failed to build the app due to flutter_line_sdk depends on line-sdk-android:5.4.1 but the version of the library does not exist on Maven Central or other repositories

Your environment?

Package version: 2.3.2

Sample project

N/A

kouhon commented 1 year ago

i have same problem.

onevcat commented 1 year ago

@plateaukao Can you check this?

onevcat commented 1 year ago

Fixed in #80 and I will tag the latest change with several others very soon!

onevcat commented 1 year ago

2.3.3 was released and contained the fixes.

Please do a flutter upgrade and the build should work fine now. Sorry for the inconvenience it caused and thank you all for reporting this.

Happy Code & Good Luck!