Saswat Sahoo
Saswat Sahoo
I also had similar issue on android using Flutter and [**`video_player`**](https://pub.dev/packages/video_player). I solved it by calling `_controller.dispose()` every time after the work was done.
> > I also had similar issue on android using Flutter and [**`video_player`**](https://pub.dev/packages/video_player). > > I solved it by calling `_controller.dispose()` every time after the work was done. > >...

yupp! am on it! On Sun, Dec 11, 2016 at 6:57 AM, Avijit Ghosh wrote: > Cool idea. Can you implement this? > > — > You are receiving this...
@ShekarMudaliyar I have added the video support! Shall I send a PR? https://github.com/reverie-ss/social_share.git
Sorry for late response! The fork I have used is customized for my project. To make it generic, I need some help around ios build. If anyone can help, I...
**First add, SSH key to your GitHub account.** To add SSH key, - Follow these guidelines : [Adding New SSH key](https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account) Then run, `cordova plugin add https://github.com/ionic-team/cordova-plugin-wkwebview-engine.git --save` Make sure...
i also couldn't make it work.