4

As the title says, this is the message I received after submitting my flutter app to the Google Play store. I'm not sure what to do here as I haven't even written any Java/Swift code that I could search. I'm guessing it's a 3rd party dependency that's causing this. What's the best way to figure out the offending flutter package that's causing this? And why isn't there a hint like a class name to give me a starting point to look?

enter image description here

Akshar Patel
  • 8,998
  • 6
  • 35
  • 50
deekay42
  • 616
  • 1
  • 6
  • 19

1 Answers1

0

Look for 3rd party package that is connecting to internet, quite possibly to an "unsecure" website without "https://"

bluenile
  • 5,673
  • 3
  • 16
  • 29