GetStream / stream-chat-flutter

Flutter Chat SDK - Build your own chat app experience using Dart, Flutter and the Stream Chat Messaging API.
https://getstream.io/chat/sdk/flutter/
Other
908 stars 334 forks source link

Update GPA 8 for android module #1999

Open cogivn opened 1 month ago

cogivn commented 1 month ago

Please select which package this feature is related to

stream_chat_flutter, stream_chat_flutter_core

Which platforms would this feature impact?

Android

Is your feature request related to a problem?

The packages cannot build with GPA8 on android module.

Describe the solution that you'd like

Upgrade the packages will support the GPA8

Describe alternatives that you have considered

No response

Additional context

No response

Code of Conduct

dzab5 commented 1 month ago

This issue is because of the image_gallery_saver package. It seems that package is dead, and the stream_chat_flutter uses it as a dependency.

This should be critically urgent, as the android applications cannot be built or distributed.

Rioland commented 3 weeks ago

they should make use of latest dependency

AndreHaueisen commented 2 weeks ago

This issue is because of the image_gallery_saver package. It seems that package is dead, and the stream_chat_flutter uses it as a dependency.

This should be critically urgent, as the android applications cannot be built or distributed.

There is an image_gallery_saver_plus replacement they can use