plus_plugins
plus_plugins copied to clipboard
Virus Total Flagged share_plus_plugin.dll as Trojan.Win32.Save.a
I created a new Flutter project and added share_plus: ^9.0.0. In debug mode, share_plus_plugin.dll checks out fine on VirusTotal, but in release mode, VirusTotal reports Trojan.Win32.Save.a. How can I resolve this?
Checklist before submitting a question
- [X] I searched issues in this repository and couldn't find such bug/problem
- [X] I Google'd a solution and I couldn't find it
- [X] I searched on StackOverflow for a solution and I couldn't find it
- [X] I read the README.md file of the plugin
- [X] I am using the latest version of the plugin
- [X] All dependencies are up to date with
flutter pub upgrade - [X] I did a
flutter clean - [X] I tried running the example project