We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
...\VideoPlayerPlugin.java:10: error: package android.support.annotation does not exist
No can build project with this error.
My project uses sdk 29 and with androidx on.
The text was updated successfully, but these errors were encountered:
Yeah this is a common issue. Afaik the author of this package doesn't support this package anymore. But there is a fork which does. He you go: https://github.com/mertcankirtay/videoPlayerWithHeader
Sorry, something went wrong.
FYI here is how you add the fork mentioned by @Letalus to your pubspec.yaml
video_player_header: (space) git: (spacex2) url: git://github.com/mertcankirtay/videoPlayerWithHeader.git
No branches or pull requests
...\VideoPlayerPlugin.java:10: error: package android.support.annotation does not exist
No can build project with this error.
My project uses sdk 29 and with androidx on.
The text was updated successfully, but these errors were encountered: