Skip to content
New issue

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

Fluttertts package, Detected as Suspicous Package by Antivirus Apps #514

Open
ramkshukla opened this issue Jul 17, 2024 · 2 comments
Open
Assignees

Comments

@ramkshukla
Copy link

I am trying to build build and app where i have used Fluttertts package for text recognition. But when i install the app on device containing Antivirus app, the app is detected as Suspicious and giving warning.

Suspicious app detected! Demo has been reported as a suspicious app.

I have used the latest package from pub.dev

flutter_tts: ^4.0.2 

final FlutterTts flutterTts = FlutterTts(); 

I have called below method, in initState method
Future<void> _speak() async { await flutterTts.speak("Hello, Good morning"); }

I have called the below method in dispose method

Future<void> pauseFluttertts() async { await flutterTts.pause(); }

@dlutton dlutton self-assigned this Jul 21, 2024
@dlutton
Copy link
Owner

dlutton commented Jul 21, 2024

@ramkshukla this package uses the native TTS engine on your device, so it's possible it's picking that up as suspicious? Does your software determine if it's a specific library or dependency that is suspicious?

@ramkshukla
Copy link
Author

@dlutton Hi, same Package i used in different app, and i have got same issue of detecting app as suspicious.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants