-
Notifications
You must be signed in to change notification settings - Fork 936
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
Conflict in file provider path #411
Comments
As |
@AlexVincent525 updating multi_image_picker to latest version fixed everything for me it updated the FishBun version |
@merRen22 Yep. But if this won't fix with custom provider or some other methods, it will happen again if there's a conflict like this one. |
flutter 1.9.1+hotfix6 install_plugin: 2.0.1
|
That's because the install_plugin uses exactly the same provider name. |
#621 this solution solve the problem, also add xmlns:tools="http://schemas.android.com/tools" in the manifest tag |
It's already done with sangcomz/FishBun#151 . So I'm going to close the issue.
This one works too. |
Avoids collision with other plugins, such as `open_file`. Same fixes: * sidlatau/flutter_email_sender@c3ec68f * https://github.com/sangcomz/FishBun/pull/151/files Related issues: * fluttercommunity#411 * fluttercommunity#621
Hi there!
Today I just met a problem with file provider path, which this package's is conflict with multi_image_picker, and the author is here @Sh1d0w.
Here's log for the error:
FishBun is provided by multi image picker, so I think maybe this is related.
I'm using webview_plugin with 0.3.5, and multi_image_picker with 4.2.1.
Hope this can be figured out and fixed ASAP!
The text was updated successfully, but these errors were encountered: