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

does not work with flutter_inappwebview: ^4.0.0+4 #284

Closed
av153k opened this issue Jul 7, 2020 · 1 comment
Closed

does not work with flutter_inappwebview: ^4.0.0+4 #284

av153k opened this issue Jul 7, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@av153k
Copy link

av153k commented Jul 7, 2020

Describe the bug
Hi, there, I made an app using this plugin and the app also used flutter_inappwebview. Today I tried to deploy that app for web, so I had to upgrade flutter_inappwebview to version ^4.0.0+4. But this plugin requires flutter_inappwebview >= 3.4.0 <3.5.0. And So I couldn't upgrade the pub and neither could compile my app to the web. Can you look into it, please? Thanks

To Reproduce
try adding these packages in pubspec.yaml
youtube_player_flutter: ^7.0.0+6
flutter_inappwebview: ^4.0.0+4

after that:
flutter pub get

Expected behavior
You will get this error:
`Because youtube_player_flutter 7.0.0+6 depends on flutter_inappwebview >=3.4.0 <3.5.0 and no versions of youtube_player_flutter match >7.0.0+6 <8.0.0, youtube_player_flutter ^7.0.0+6 requires flutter_inappwebview >=3.4.0 <3.5.0.

So, because apod_app depends on both youtube_player_flutter ^7.0.0+6 and flutter_inappwebview ^4.0.0+4, version solving failed.
pub get failed (1; So, because apod_app depends on both youtube_player_flutter ^7.0.0+6 and flutter_inappwebview ^4.0.0+4, version solving failed.)
exit code 1`

Technical Details:

  • Device: chrome(web-javascript)
  • OS: windows 10
  • Version ^7.0.0+6
@av153k av153k added the bug Something isn't working label Jul 7, 2020
@sarbagyastha
Copy link
Owner

Updated the version constraint. And it should work now.

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