Open maddhy opened 3 years ago
Same issue is here.
same
same
You can fix it going to the build.gradle of the plugin and changing ext.kotlin_version to '1.3.40'. I dont know if everything will work, but I could compress a video and make a successful build with this. To find this file you have to go to your flutter folder>.pub-cache>hosted>pub.dartlang.org>video_compress-3.1.0>android>build.gradle.
I dont know if that file is overwritten usually or something, but if it does working just go there and change it again
Yep, yep. The real problem is that pub.dev contains a previous version of this library (3.1.0). How to update:
#video_compress: ^3.1.0
video_compress:
git:
url: https://github.com/jonataslaw/VideoCompress.git
ref: master
@jonataslaw Could you cut a new release so we can avoid referring to master
?
Same
Any update on a new release?
Yep, yep. The real problem is that pub.dev contains a previous version of this library (3.1.0). How to update:
- In your pubspec.yaml
#video_compress: ^3.1.0 video_compress: git: url: https://github.com/jonataslaw/VideoCompress.git ref: master
So far this is the only working soluton @bhayatus
bump. When is the new version coming?
any update?
I support this change.
Yes please