-
Notifications
You must be signed in to change notification settings - Fork 346
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
references stream_chat_flutter:android as the default plugin, but it does not provide an inline implementation. 3.27 #2064
Labels
bug
Something isn't working
Comments
4 tasks
same thing
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which packages are you using?
stream_chat, stream_chat_flutter, stream_chat_localizations
On what platforms did you experience the issue?
iOS, Android
What version are you using?
8.3.0
What happened?
After upgrading to latest flutter 3.27, a new warning is shown each time we run flutter pub get
Package stream_chat_flutter:android references stream_chat_flutter:android as the default plugin, but it does not provide an inline implementation.
Ask the maintainers of stream_chat_flutter to either avoid referencing a default implementation via
platforms: android: default_package: stream_chat_flutter
or add an inlineimplementation to stream_chat_flutter via
platforms: android:
pluginClass
ordartPluginClass
.Steps to reproduce
run: `flutter pub get`
Supporting info to reproduce
No response
Relevant log output
No response
Flutter analyze output
No response
Flutter doctor output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: