X-SLAYER / flutter_overlay_window

Flutter plugin for displaying flutter app over other apps on the screen
https://pub.dev/packages/flutter_overlay_window
MIT License
94 stars 98 forks source link

Does it use Google Play services? #100

Closed yalihart closed 2 months ago

yalihart commented 3 months ago

I am trying to use on a device with no Google play services but I am getting an error:

requires the Google Play Store, but it is missing.

GooglePlayServicesUtil: com.example.geo_gate requires the Google Play Store, but it is missing.

Does this use Google play services or is something else in my app trying to use them?

X-SLAYER commented 2 months ago

The package does not inherently require or depend on Google Play Services for its core functionalities. Therefore, the issue you're experiencing likely stems from another part of your application or from dependencies that indeed require Google Play Services to function correctly.