flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
162.18k stars 26.64k forks source link

Flutter 3.16.9, detect Trojan by virustotal #147455

Closed kingrmb closed 2 weeks ago

kingrmb commented 2 weeks ago

Steps to reproduce

https://stackoverflow.com/questions/77294420/flutter-contains-troj-gen

detect by : https://www.virustotal.com/

Expected results

no virus

Actual results

has virus

Code sample

Code sample ```dart [Paste your code here] ```

Screenshots or Video

Screenshots / Video demonstration [Upload media here]

Logs

Logs ```console [Paste your logs here] ```

Flutter Doctor output

Doctor output ```console [Paste your output here] ```
danagbemava-nc commented 2 weeks ago

What you're seeing is a false positive. There's no issue with the apk. You should also upgrade to stable 3.19.6 as it is the latest version of flutter.

Closing from here as there's no action for us to take on this.

Thank you

kingrmb commented 2 weeks ago

@danagbemava-nc hello, i confirmed flutter frame is ok,issue include in some package

github-actions[bot] commented 2 days ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.