Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade mime package to 2.x #2069

Closed
1 task done
mauriziopinotti opened this issue Dec 22, 2024 · 1 comment
Closed
1 task done

Upgrade mime package to 2.x #2069

mauriziopinotti opened this issue Dec 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mauriziopinotti
Copy link

Which packages are you using?

stream_chat_flutter, stream_chat_localizations

On what platforms did you experience the issue?

iOS, Android, Web

What version are you using?

stream_chat_flutter: ^8.3.0
stream_chat_localizations: ^8.3.0

What happened?

Because stream_chat_flutter >=8.3.0 depends on stream_chat_flutter_core ^8.3.0 which depends on stream_chat ^8.3.0, stream_chat_flutter >=8.3.0 requires stream_chat ^8.3.0.
And because stream_chat >=8.0.0 depends on mime ^1.0.5, stream_chat_flutter >=8.3.0 requires mime ^1.0.5.
So, because easyhour_app depends on both mime ^2.0.0 and stream_chat_flutter ^8.3.0, version solving failed.

Steps to reproduce

1. Create a new project and add `stream_chat_flutter: ^8.3.0` and `mime: ^2.0.0` as dependencies
2. Tr to build the project

Supporting info to reproduce

Upgrading to mime 2.x should pretty straightforward, see https://pub.dev/packages/mime/changelog

Relevant log output

No response

Flutter analyze output

No response

Flutter doctor output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@mauriziopinotti mauriziopinotti added the bug Something isn't working label Dec 22, 2024
@xsahil03x
Copy link
Member

Should be fixed in #2068

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants